]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-84116: Add missing backslash to `_SubParsersAction.add_parser` signature (#144572)
authorGuo Ci <zguoci@gmail.com>
Sat, 7 Feb 2026 18:02:01 +0000 (13:02 -0500)
committerGitHub <noreply@github.com>
Sat, 7 Feb 2026 18:02:01 +0000 (19:02 +0100)
Doc/library/argparse.rst

index 81e5d3470c3e574b164dafe8599531f13f70452f..60411b0a0c9748a8e244a2a44aaa4e0a1048f22f 100644 (file)
@@ -1896,7 +1896,7 @@ Subcommands
       the main parser.
 
 
-.. method:: _SubParsersAction.add_parser(name, *, help=None, aliases=None,
+.. method:: _SubParsersAction.add_parser(name, *, help=None, aliases=None, \
                                          deprecated=False, **kwargs)
 
    Create and return a new :class:`ArgumentParser` object for the