]> granicus.if.org Git - python/commitdiff
#16796: fix typo. Patch by Michael Schurter.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 27 Dec 2012 23:59:24 +0000 (01:59 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 27 Dec 2012 23:59:24 +0000 (01:59 +0200)
Doc/library/argparse.rst

index 5273e9b12c4686c1d71379ac9abef012850cb674..3c2b862cc5f1f35695db752f32dc36856f3b0aab 100644 (file)
@@ -1440,7 +1440,7 @@ Sub-commands
    different functions which require different kinds of command-line arguments.
    :class:`ArgumentParser` supports the creation of such sub-commands with the
    :meth:`add_subparsers` method.  The :meth:`add_subparsers` method is normally
-   called with no arguments and returns an special action object.  This object
+   called with no arguments and returns a special action object.  This object
    has a single method, :meth:`~ArgumentParser.add_parser`, which takes a
    command name and any :class:`ArgumentParser` constructor arguments, and
    returns an :class:`ArgumentParser` object that can be modified as usual.