Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix typo in argparse docs. #92691

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 12, 2022
Merged

Conversation

thueringa
Copy link
Contributor

@thueringa thueringa commented May 11, 2022

Fix typo in argparse docs.

Sometimes, 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, when dealing with a particularly long argument list, [...]

No issue was opened, since this is a trivial change.

Automerge-Triggered-By: GH:rhettinger

@ghost
Copy link

ghost commented May 11, 2022

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-bot
Copy link

Every change to Python requires a NEWS entry.

Please, add it using the blurb_it Web app or the blurb command-line tool.

@miss-islington
Copy link
Contributor

@thueringa: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit f67d71b into python:main May 12, 2022
@miss-islington
Copy link
Contributor

Thanks @thueringa for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10, 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @thueringa, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker f67d71b431af064409c1f41f6d73becee01882ae 3.10

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label May 12, 2022
@bedevere-bot
Copy link

GH-92709 is a backport of this pull request to the 3.11 branch.

@miss-islington miss-islington self-assigned this May 12, 2022
@miss-islington
Copy link
Contributor

Sorry @thueringa, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker f67d71b431af064409c1f41f6d73becee01882ae 3.9

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 12, 2022
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 <[email protected]>
thueringa added a commit to thueringa/cpython that referenced this pull request May 12, 2022
> 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)
@bedevere-bot
Copy link

GH-92729 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label May 12, 2022
thueringa added a commit to thueringa/cpython that referenced this pull request May 12, 2022
> 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)
@bedevere-bot
Copy link

GH-92731 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label May 12, 2022
rhettinger pushed a commit that referenced this pull request May 13, 2022
rhettinger pushed a commit that referenced this pull request May 13, 2022
rhettinger pushed a commit that referenced this pull request May 13, 2022
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
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.

5 participants