We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2ab12 commit 815b0e2Copy full SHA for 815b0e2
1 file changed
Doc/howto/argparse.rst
@@ -11,7 +11,7 @@ recommended command-line parsing module in the Python standard library.
11
12
.. note::
13
14
- There's two other modules that fulfill the same task, namely
+ There are two other modules that fulfill the same task, namely
15
:mod:`getopt` (an equivalent for :c:func:`getopt` from the C
16
language) and the deprecated :mod:`optparse`.
17
Note also that :mod:`argparse` is based on :mod:`optparse`,
0 commit comments