gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (#92814)

This commit is contained in:
180909 2022-05-19 05:08:23 +08:00 committed by GitHub
parent a4460f2eb8
commit f2d994da10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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