-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
bpo-25866: Minor cleanups to "sequence" in docs #17177
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.
A bit of minor cleanup, but otherwise this looks good:
Change "variable" for "attribute" Co-Authored-By: Brandt Bucher <[email protected]>
Tweak for readability Co-Authored-By: Brandt Bucher <[email protected]>
Thanks for the review @brandtbucher, does this one require a news entry? |
Do you think so? If not, I can add the label. |
Because it's entirely documentation and not documenting any new feature I don't think the news would be useful - but I'm happy to add one if you think it's a big enough change to warrant some news :) |
Agreed... I think your judgement is correct here. |
CC @rhettinger |
Thanks @alclarks for the PR, and @rhettinger for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
(cherry picked from commit 4544e78) Co-authored-by: alclarks <[email protected]>
GH-17208 is a backport of this pull request to the 3.8 branch. |
Thanks @alclarks for the PR, and @rhettinger for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
GH-17209 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 4544e78) Co-authored-by: alclarks <[email protected]>
(cherry picked from commit 4544e78) Co-authored-by: alclarks <[email protected]>
(cherry picked from commit 4544e78) Co-authored-by: alclarks <[email protected]>
Congrats on your first CPython contribution @alclarks! 🍾 Looking forward to seeing more from you in the future. |
Thanks @brandtbucher and @rhettinger for the review and merge! |
Hi, this is a pull request for my patch for BPO issue 25866.
https://bugs.python.org/issue25866