X Tutup
The Wayback Machine - https://web.archive.org/web/20250528045200/https://github.com/python/cpython/pull/92729
Skip to content

[3.10] Fix typo in argparse docs. (GH-92691) #92729

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

Merged
merged 1 commit into from
May 13, 2022

Conversation

thueringa
Copy link
Contributor

@thueringa thueringa commented May 12, 2022

[3.10] Fix typo in argparse docs. (GH-92691)

Sometimes, for example when dealing with a particularly long argument lists, [...]

Mixture between plural and singular forms is incorrect. Use singular consistently since typically only a single argument list is employed. Change to:

Sometimes, for example 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)

> 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
X Tutup