Commit cc18258d authored by Anthony Sottile's avatar Anthony Sottile Committed by Mariatta

Fix doc for `add_subparsers` arguments (GH-8884)

There was a missing comma.
parent b8a181f4
...@@ -1539,7 +1539,7 @@ Sub-commands ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment