Skip to content

Commit a2e7792

Browse files
guocithunder-coding
authored andcommitted
pythongh-84116: Add missing backslash to _SubParsersAction.add_parser signature (python#144572)
1 parent 7ee0e42 commit a2e7792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ Subcommands
18961896
the main parser.
18971897

18981898

1899-
.. method:: _SubParsersAction.add_parser(name, *, help=None, aliases=None,
1899+
.. method:: _SubParsersAction.add_parser(name, *, help=None, aliases=None, \
19001900
deprecated=False, **kwargs)
19011901
19021902
Create and return a new :class:`ArgumentParser` object for the

0 commit comments

Comments
 (0)