]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change wording as Eli Bendersky suggests.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 6 Apr 2013 15:54:19 +0000 (18:54 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 6 Apr 2013 15:54:19 +0000 (18:54 +0300)
Doc/howto/argparse.rst

index 3d49d359292c9809b57a26f0c2cb3aacf32c3a5c..4f64948c9d2ad85a4c7422b48289f17a8824d696 100644 (file)
@@ -668,8 +668,8 @@ Conflicting options
 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::