mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix doc for add_subparsers arguments (GH-8884)
There was a missing comma.
This commit is contained in:
committed by
Mariatta
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,
|
||||
|
||||
Reference in New Issue
Block a user