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

andrew.svetlov python-checkins at python.org
Fri Apr 5 10:40:32 CEST 2013


http://hg.python.org/cpython/rev/fd269fbc10be
changeset:   83108:fd269fbc10be
branch:      2.7
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Fri Apr 05 11:39:36 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
@@ -668,7 +668,7 @@
 So far, we have been working with two methods of an
 :class:`argparse.ArgumentParser` instance. Let's introduce a third one,
 :meth:`add_mutually_exclusive_group`. It allows for us to specify options that
-conflict with each other. Let's also change the rest of the program make the
+conflict with each other. Let's also change the rest of the program to make the
 new functionality makes more sense:
 we'll introduce the ``--quiet`` option,
 which will be the opposite of the ``--verbose`` one::

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


More information about the Python-checkins mailing list