Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b31704 commit 52336f0Copy full SHA for 52336f0
1 file changed
Doc/library/argparse.rst
@@ -1440,7 +1440,7 @@ Sub-commands
1440
different functions which require different kinds of command-line arguments.
1441
:class:`ArgumentParser` supports the creation of such sub-commands with the
1442
:meth:`add_subparsers` method. The :meth:`add_subparsers` method is normally
1443
- called with no arguments and returns an special action object. This object
+ called with no arguments and returns a special action object. This object
1444
has a single method, :meth:`~ArgumentParser.add_parser`, which takes a
1445
command name and any :class:`ArgumentParser` constructor arguments, and
1446
returns an :class:`ArgumentParser` object that can be modified as usual.
0 commit comments