Skip to content

Commit 6665115

Browse files
authored
gh-84116: Add missing backslash to _SubParsersAction.add_parser signature (#144572)
1 parent 0e7c06a commit 6665115

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
@@ -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)