X Tutup
Skip to content

Trivial edit for clarity#2453

Merged
Mariatta merged 1 commit intopython:masterfrom
regexaurus:patch-2
Jun 27, 2017
Merged

Trivial edit for clarity#2453
Mariatta merged 1 commit intopython:masterfrom
regexaurus:patch-2

Conversation

@regexaurus
Copy link
Copy Markdown
Contributor

I think 'innermost' is more accurate/precise than 'smallest', in this context.

I think 'innermost' is more accurate/precise than 'smallest', in this context.
@Mariatta Mariatta merged commit 36fc896 into python:master Jun 27, 2017
@Mariatta
Copy link
Copy Markdown
Member

Thanks @regexaurus and congrats on your first contribution to CPython 🎉

regexaurus added a commit to regexaurus/cpython that referenced this pull request Jun 28, 2017
Clarify that the break statement breaks out of the innermost enclosing for or while loop.
(cherry picked from commit 36fc896)
regexaurus added a commit to regexaurus/cpython that referenced this pull request Jun 28, 2017
Clarify that the break statement breaks out of the innermost enclosing for or while loop.
(cherry picked from commit 36fc896)
regexaurus added a commit to regexaurus/cpython that referenced this pull request Jun 28, 2017
Clarify that the break statement breaks out of the innermost enclosing for or while loop.
(cherry picked from commit 36fc896)
@bedevere-bot
Copy link
Copy Markdown

GH-2457 is a backport of this pull request to the 3.6 branch.

@bedevere-bot
Copy link
Copy Markdown

GH-2458 is a backport of this pull request to the 3.5 branch.

@bedevere-bot
Copy link
Copy Markdown

GH-2459 is a backport of this pull request to the 2.7 branch.

@regexaurus regexaurus deleted the patch-2 branch June 28, 2017 01:45
Mariatta pushed a commit that referenced this pull request Jun 28, 2017
Clarify that the break statement breaks out of the innermost enclosing for or while loop.
(cherry picked from commit 36fc896)
Mariatta pushed a commit that referenced this pull request Jun 28, 2017
Clarify that the break statement breaks out of the innermost enclosing for or while loop.
(cherry picked from commit 36fc896)
Mariatta pushed a commit that referenced this pull request Jun 28, 2017
Clarify that the break statement breaks out of the innermost enclosing for or while loop.
(cherry picked from commit 36fc896)
@Mariatta
Copy link
Copy Markdown
Member

Thanks for the backports!

@regexaurus
Copy link
Copy Markdown
Contributor Author

You're very welcome! Thanks for your patience. I promise to try and not be too annoying while I learn git/hub. :octocat: 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup