]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Apr 2013 07:10:27 +0000 (10:10 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Apr 2013 07:10:27 +0000 (10:10 +0300)
Doc/howto/argparse.rst

index 449f7cd96f0b0a86e37638367d731a25d9481b3f..1e608eca18e63a573eec8808b5b80782640c622c 100644 (file)
@@ -11,7 +11,7 @@ recommended command-line parsing module in the Python standard library.
 
 .. note::
 
-   There's two other modules that fulfill the same task, namely
+   There are two other modules that fulfill the same task, namely
    :mod:`getopt` (an equivalent for :c:func:`getopt` from the C
    language) and the deprecated :mod:`optparse`.
    Note also that :mod:`argparse` is based on :mod:`optparse`,