Change wording as Eli Bendersky suggests.

This commit is contained in:
Andrew Svetlov 2013-04-06 18:55:07 +03:00
parent 03b273f4d1
commit e16f4dc80a
1 changed files with 2 additions and 2 deletions

View 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::