-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[pprint]: Add docstring about PrettyPrinter.underscore_numbers
parameter
#112963
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
[pprint]: Add docstring about PrettyPrinter.underscore_numbers
parameter
#112963
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
… method docstring
7778d4a
to
cd3d6fe
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
PrettyPrinter.underscore_numbers
parameter
PrettyPrinter.underscore_numbers
parameterPrettyPrinter.underscore_numbers
parameter
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. Perhaps we can improve the wording, but I'm not a native English speaker 😢.
cc @AlexWaygood
fix typo Co-authored-by: Kirill Podoprigora <[email protected]>
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.
Nice, thank you!
Thanks @KrySeyt for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @KrySeyt for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
GH-113052 is a backport of this pull request to the 3.11 branch. |
…meter (pythonGH-112963) (cherry picked from commit 2a3c37c) Co-authored-by: Sequew <[email protected]> Co-authored-by: Kirill Podoprigora <[email protected]>
…meter (pythonGH-112963) (cherry picked from commit 2a3c37c) Co-authored-by: Sequew <[email protected]> Co-authored-by: Kirill Podoprigora <[email protected]>
GH-113053 is a backport of this pull request to the 3.12 branch. |
…s` parameter (GH-112963) (#113053) [pprint]: Add docstring about `PrettyPrinter.underscore_numbers` parameter (GH-112963) (cherry picked from commit 2a3c37c) Co-authored-by: Sequew <[email protected]> Co-authored-by: Kirill Podoprigora <[email protected]>
…s` parameter (GH-112963) (#113052) [pprint]: Add docstring about `PrettyPrinter.underscore_numbers` parameter (GH-112963) (cherry picked from commit 2a3c37c) Co-authored-by: Sequew <[email protected]> Co-authored-by: Kirill Podoprigora <[email protected]>
Thanks @KrySeyt for the PR! |
…meter (python#112963) Co-authored-by: Kirill Podoprigora <[email protected]>
…meter (python#112963) Co-authored-by: Kirill Podoprigora <[email protected]>
pprint.PrettyPrinter.init param underscore_numbers description added in method docstring.
Should I create NEWS entry?