Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52336f0

Browse files
committed
#16796: fix typo. Patch by Michael Schurter.
1 parent 3b31704 commit 52336f0

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
@@ -1440,7 +1440,7 @@ Sub-commands
14401440
different functions which require different kinds of command-line arguments.
14411441
:class:`ArgumentParser` supports the creation of such sub-commands with the
14421442
:meth:`add_subparsers` method. The :meth:`add_subparsers` method is normally
1443-
called with no arguments and returns an special action object. This object
1443+
called with no arguments and returns a special action object. This object
14441444
has a single method, :meth:`~ArgumentParser.add_parser`, which takes a
14451445
command name and any :class:`ArgumentParser` constructor arguments, and
14461446
returns an :class:`ArgumentParser` object that can be modified as usual.

0 commit comments

Comments
 (0)