From: Andrew Svetlov Date: Fri, 5 Apr 2013 07:10:27 +0000 (+0300) Subject: Fix typo. X-Git-Tag: v2.7.5~109^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42777cdac543f2dfa8fd6febd0900ff031da6ac5;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index 449f7cd96f0b..1e608eca18e6 100644 --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst @@ -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`,