mirror of https://github.com/python/cpython
Fix doc for `add_subparsers` arguments (GH-8884)
There was a missing comma.
This commit is contained in:
parent
b8a181f4ae
commit
cc18258daf
|
@ -1539,7 +1539,7 @@ Sub-commands
|
|||
|
||||
.. method:: ArgumentParser.add_subparsers([title], [description], [prog], \
|
||||
[parser_class], [action], \
|
||||
[option_string], [dest], [required] \
|
||||
[option_string], [dest], [required], \
|
||||
[help], [metavar])
|
||||
|
||||
Many programs split up their functionality into a number of sub-commands,
|
||||
|
|
Loading…
Reference in New Issue