[Python-checkins] cpython (merge 3.3 -> default): Fix typo.

andrew.svetlov python-checkins at python.org
Fri Apr 5 09:14:44 CEST 2013


http://hg.python.org/cpython/rev/94fb906e5899
changeset:   83106:94fb906e5899
parent:      83103:efbdff4829f4
parent:      83104:da0d7c05514b
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Fri Apr 05 10:11:25 2013 +0300
summary:
  Fix typo.

files:
  Doc/howto/argparse.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst
--- a/Doc/howto/argparse.rst
+++ b/Doc/howto/argparse.rst
@@ -11,7 +11,7 @@
 
 .. 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`,

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list