mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix doc for add_subparsers
arguments (GH-8884)
There was a missing comma.
This commit is contained in:
parent
b8a181f4ae
commit
cc18258daf
1 changed files with 1 additions and 1 deletions
|
@ -1539,7 +1539,7 @@ Sub-commands
|
||||||
|
|
||||||
.. method:: ArgumentParser.add_subparsers([title], [description], [prog], \
|
.. method:: ArgumentParser.add_subparsers([title], [description], [prog], \
|
||||||
[parser_class], [action], \
|
[parser_class], [action], \
|
||||||
[option_string], [dest], [required] \
|
[option_string], [dest], [required], \
|
||||||
[help], [metavar])
|
[help], [metavar])
|
||||||
|
|
||||||
Many programs split up their functionality into a number of sub-commands,
|
Many programs split up their functionality into a number of sub-commands,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue