[Python-checkins] cpython (2.7): Change wording as Eli Bendersky suggests.

andrew.svetlov python-checkins at python.org
Sat Apr 6 17:55:42 CEST 2013


http://hg.python.org/cpython/rev/52eecab8ab03
changeset:   83150:52eecab8ab03
branch:      2.7
parent:      83120:d9ca2d30e34a
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Sat Apr 06 18:54:19 2013 +0300
summary:
  Change wording as Eli Bendersky suggests.

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


diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst
--- a/Doc/howto/argparse.rst
+++ b/Doc/howto/argparse.rst
@@ -668,8 +668,8 @@
 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 to make the
-new functionality makes more sense:
+conflict with each other. Let's also change the rest of the program so that
+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