Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b273f commit e16f4dcCopy full SHA for e16f4dc
1 file changed
Doc/howto/argparse.rst
@@ -668,8 +668,8 @@ Conflicting options
668
So far, we have been working with two methods of an
669
:class:`argparse.ArgumentParser` instance. Let's introduce a third one,
670
:meth:`add_mutually_exclusive_group`. It allows for us to specify options that
671
-conflict with each other. Let's also change the rest of the program to make the
672
-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:
673
we'll introduce the ``--quiet`` option,
674
which will be the opposite of the ``--verbose`` one::
675
0 commit comments