Fix typo.

This commit is contained in:
Andrew Svetlov 2013-04-05 10:11:25 +03:00
commit 974045523b
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`,