Skip to content

Commit

Permalink
gh-92812: Align ArgumentParser.add_subparsers() docs with argument sp…
Browse files Browse the repository at this point in the history
…ec (#92814)
  • Loading branch information
180909 committed May 18, 2022
1 parent a4460f2 commit f2d994d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/argparse.rst
Expand Up @@ -1701,7 +1701,7 @@ Sub-commands

.. method:: ArgumentParser.add_subparsers([title], [description], [prog], \
[parser_class], [action], \
[option_string], [dest], [required], \
[option_strings], [dest], [required], \
[help], [metavar])

Many programs split up their functionality into a number of sub-commands,
Expand Down

0 comments on commit f2d994d

Please sign in to comment.