Skip to content

Commit 815b0e2

Browse files
committed
Fix typo.
1 parent 4a2ab12 commit 815b0e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ recommended command-line parsing module in the Python standard library.
1111

1212
.. note::
1313

14-
There's two other modules that fulfill the same task, namely
14+
There are two other modules that fulfill the same task, namely
1515
:mod:`getopt` (an equivalent for :c:func:`getopt` from the C
1616
language) and the deprecated :mod:`optparse`.
1717
Note also that :mod:`argparse` is based on :mod:`optparse`,

0 commit comments

Comments
 (0)