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 815b0e2 commit e463b66Copy full SHA for e463b66
1 file changed
Doc/howto/argparse.rst
@@ -668,7 +668,7 @@ 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 make the
+conflict with each other. Let's also change the rest of the program to make the
672
new functionality makes more sense:
673
we'll introduce the ``--quiet`` option,
674
which will be the opposite of the ``--verbose`` one::
0 commit comments