[Python-checkins] cpython (2.7): Fix typo.

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


http://hg.python.org/cpython/rev/dcc97162b91b
changeset:   83105:dcc97162b91b
branch:      2.7
parent:      81147:52900f205e6e
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Fri Apr 05 10:10:27 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