Fix typo.

This commit is contained in:
Andrew Svetlov 2013-04-05 10:10:12 +03:00
parent 4a2ab120f3
commit 815b0e23bf
1 changed files with 1 additions and 1 deletions

View 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`,