mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Fix typo.
This commit is contained in:
commit
974045523b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ recommended command-line parsing module in the Python standard library.
|
||||||
|
|
||||||
.. note::
|
.. 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
|
:mod:`getopt` (an equivalent for :c:func:`getopt` from the C
|
||||||
language) and the deprecated :mod:`optparse`.
|
language) and the deprecated :mod:`optparse`.
|
||||||
Note also that :mod:`argparse` is based on :mod:`optparse`,
|
Note also that :mod:`argparse` is based on :mod:`optparse`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue