Fix doc for `add_subparsers` arguments (GH-8884)
There was a missing comma.
(cherry picked from commit cc18258daf
)
Co-authored-by: Anthony Sottile <asottile@umich.edu>
This commit is contained in:
parent
609c033f43
commit
1d3d688b98
|
@ -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