From: Guo Ci Date: Sat, 7 Feb 2026 18:02:01 +0000 (-0500) Subject: gh-84116: Add missing backslash to `_SubParsersAction.add_parser` signature (#144572) X-Git-Tag: v3.15.0a6~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6665115679e77ff823ed400fd7276ae5991cc823;p=thirdparty%2FPython%2Fcpython.git gh-84116: Add missing backslash to `_SubParsersAction.add_parser` signature (#144572) --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 81e5d3470c3e..60411b0a0c97 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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