]> granicus.if.org Git - python/commitdiff
Fix typo.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Apr 2013 07:10:12 +0000 (10:10 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Apr 2013 07:10:12 +0000 (10:10 +0300)
Doc/howto/argparse.rst

index a1340368023b5ac896f79b645be6c67f1254e93c..d6fe4b44ddff62acd0899eb96d94d02a17a6c331 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`,