Skip to content

Commit 18cbbae

Browse files
done the changes#1
1 parent 7f95d28 commit 18cbbae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/argparse.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ Subcommands
18061806

18071807
.. method:: _SubParsersAction.add_parser(name, *, help=None, aliases=None, deprecated=False, **kwargs)
18081808

1809-
Creates and returns a new :class:!ArgumentParser object for the
1809+
Creates and returns a new :class:`!ArgumentParser` object for the
18101810
subcommand name.
18111811

18121812
The name argument is the name of the subcommand.
@@ -1823,7 +1823,8 @@ Subcommands
18231823
deprecated. When a deprecated subcommand is used, :mod:`argparse`
18241824
will emit a warning.
18251825

1826-
This returned :class:`!ArgumentParser`` object can be modified as usual.
1826+
This returned :class:`!ArgumentParser`
1827+
object can be modified as usual.
18271828

18281829
*Examples*
18291830

0 commit comments

Comments
 (0)