-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
[3.11] Fix typo in argparse docs. (GH-92691) #92709
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
GH- Fix typo in argparse docs. > Sometimes, when dealing with **a** particularly long argument list**s**, [...] Mixture between plural and singular forms is incorrect. Use singular consistently since typically only a single argument list is employed. Change to: > Sometimes, when dealing with a particularly long argument list, [...] No issue was opened, since this is a trivial change. Automerge-Triggered-By: GH:rhettinger (cherry picked from commit f67d71b) Co-authored-by: thueringa <thueringa@users.noreply.github.com>
|
@thueringa: Status check is done, and it's a failure ❌ . |
1 similar comment
|
@thueringa: Status check is done, and it's a failure ❌ . |
|
@thueringa: Status check is done, and it's a failure ❌ . |
|
@thueringa: Status check is done, and it's a failure ❌ . |
3 similar comments
|
@thueringa: Status check is done, and it's a failure ❌ . |
|
@thueringa: Status check is done, and it's a failure ❌ . |
|
@thueringa: Status check is done, and it's a failure ❌ . |
|
@thueringa: Status check is done, and it's a success ✅ . |
GH- Fix typo in argparse docs.
Mixture between plural and singular forms is incorrect. Use singular consistently since typically only a single argument list is employed. Change to:
No issue was opened, since this is a trivial change.
Automerge-Triggered-By: GH:rhettinger
(cherry picked from commit f67d71b)
Co-authored-by: thueringa thueringa@users.noreply.github.com