mirror of
https://github.com/python/cpython.git
synced 2025-07-22 18:55:22 +00:00
Change wording as Eli Bendersky suggests.
This commit is contained in:
commit
c53fd51278
1 changed files with 2 additions and 2 deletions
|
@ -668,8 +668,8 @@ Conflicting options
|
||||||
So far, we have been working with two methods of an
|
So far, we have been working with two methods of an
|
||||||
:class:`argparse.ArgumentParser` instance. Let's introduce a third one,
|
:class:`argparse.ArgumentParser` instance. Let's introduce a third one,
|
||||||
:meth:`add_mutually_exclusive_group`. It allows for us to specify options that
|
: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
|
conflict with each other. Let's also change the rest of the program so that
|
||||||
new functionality makes more sense:
|
the new functionality makes more sense:
|
||||||
we'll introduce the ``--quiet`` option,
|
we'll introduce the ``--quiet`` option,
|
||||||
which will be the opposite of the ``--verbose`` one::
|
which will be the opposite of the ``--verbose`` one::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue