-
-
Notifications
You must be signed in to change notification settings - Fork 32k
ArgumentParser.add_subparsers() argument spec discrepancies #92812
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
Labels
docs
Documentation in the Doc dir
Comments
erlend-aasland
pushed a commit
that referenced
this issue
May 18, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 18, 2022
…ent spec (pythonGH-92814) (cherry picked from commit f2d994d) Co-authored-by: 180909 <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 18, 2022
…ent spec (pythonGH-92814) (cherry picked from commit f2d994d) Co-authored-by: 180909 <[email protected]>
miss-islington
added a commit
that referenced
this issue
May 18, 2022
…ec (GH-92814) (cherry picked from commit f2d994d) Co-authored-by: 180909 <[email protected]>
miss-islington
added a commit
that referenced
this issue
May 18, 2022
…ec (GH-92814) (cherry picked from commit f2d994d) Co-authored-by: 180909 <[email protected]>
Cheers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation
The function-signature currently reads
ArgumentParser.add_subparsers([title][, description][, prog][, parser_class][, action][, option_string][, dest][, required][, help][, metavar])
, but when trying to use the parameter option_string, the error-message suggests, that this parameter does not exist. On the other hand, the code does suggest a parameter called option_strings (with an additional 's' at the end).Please update the docs accordingly.
Link to the docs
Link to the code
Might be related to #92811
The text was updated successfully, but these errors were encountered: