From 815b0e23bf665412340e5383c2da95b8efb528d7 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Fri, 5 Apr 2013 10:10:12 +0300 Subject: [PATCH] Fix typo. --- Doc/howto/argparse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index a1340368023..d6fe4b44ddf 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`,