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:
Miss Islington (bot) 2022-05-18 14:30:00 -07:00 committed by GitHub
parent ed75d2183f
commit 17524b084b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1615,7 +1615,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,