-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-36167: fix an incorrect capitalization #14482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change appears grammatically correct, e.g. according to Wikipedia:
Semicolons are followed by a lower case letter, unless that letter would ordinarily be capitalized mid-sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to "The" not referring to a title and not being at the start of a sentence, it should not be capitalized in this context. Approved.
Thanks @avinassh for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
GH-15574 is a backport of this pull request to the 3.8 branch. |
GH-15575 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 3aa48b8) Co-authored-by: avinassh <avinassh@users.noreply.github.com>
(cherry picked from commit 3aa48b8) Co-authored-by: avinassh <avinassh@users.noreply.github.com>
https://bugs.python.org/issue36167