mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (GH-92814)
(cherry picked from commit f2d994da10)
Co-authored-by: 180909 <734461790@qq.com>
This commit is contained in:
parent
65ebd923b3
commit
849963598f
1 changed files with 1 additions and 1 deletions
|
|
@ -1698,7 +1698,7 @@ Sub-commands
|
|||
|
||||
.. method:: ArgumentParser.add_subparsers([title], [description], [prog], \
|
||||
[parser_class], [action], \
|
||||
[option_string], [dest], [required], \
|
||||
[option_strings], [dest], [required], \
|
||||
[help], [metavar])
|
||||
|
||||
Many programs split up their functionality into a number of sub-commands,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue