-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Docs: Use arguments
to replace args
in argparse.rst
#135510
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
Should this be done, it is a bit churny, though it also has benefits, and aligns with other current devguide guidelines (i.e. don't use Latin abbreviations)? This is not a single occurrence, however:
|
arguments
to replace argument
in argparse.rst
arguments
to replace args
in argparse.rst
Just in this file ( OTOH, we use "All command-line arguments present are gathered into a list." just in the previous item |
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.
I think this is worth doing. If there are more occurences of this, let's make an issue and do it in a broader manner. But for now, I'll land this. Thanks!
Thanks @Yzi-Li for the PR, and @ZeroIntensity for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…35510) (cherry picked from commit caad163b691b2343d823541cfbf741f481ee9f3e) Co-authored-by: Yongzi Li <[email protected]>
…35510) (cherry picked from commit caad163) Co-authored-by: Yongzi Li <[email protected]>
GH-135866 is a backport of this pull request to the 3.14 branch. |
GH-135867 is a backport of this pull request to the 3.13 branch. |
…135510) (GH-135867) Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) (cherry picked from commit caad163) Co-authored-by: Yongzi Li <[email protected]>
…135510) (GH-135866) Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) (cherry picked from commit caad163) Co-authored-by: Yongzi Li <[email protected]>
📚 Documentation preview 📚: https://cpython-previews--135510.org.readthedocs.build/