Skip to content

Commit b6975a7

Browse files
Update Doc/library/argparse.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent e3e5071 commit b6975a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ Subcommands
18991899
.. method:: _SubParsersAction.add_parser(name, *, help=None, aliases=None,
19001900
deprecated=False, **kwargs)
19011901
1902-
Creates and returns a new :class:`!ArgumentParser` object for the
1902+
Create and return a new :class:`ArgumentParser` object for the
19031903
subcommand *name*.
19041904

19051905
The *name* argument is the name of the sub-command.

0 commit comments

Comments
 (0)