]> granicus.if.org Git - python/commitdiff
Fix typo
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Apr 2013 08:39:50 +0000 (11:39 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Apr 2013 08:39:50 +0000 (11:39 +0300)
Doc/howto/argparse.rst

index d6fe4b44ddff62acd0899eb96d94d02a17a6c331..3c479dedfe8490b453b565b58a60ae4d82eeb35b 100644 (file)
@@ -668,7 +668,7 @@ 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 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::