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

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


http://hg.python.org/cpython/rev/da0d7c05514b
changeset:   83104:da0d7c05514b
branch:      3.3
parent:      83102:fc39b8f0348d
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Fri Apr 05 10:10:12 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