Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c53fd51

Browse files
committed
Change wording as Eli Bendersky suggests.
2 parents a4f988c + e16f4dc commit c53fd51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/howto/argparse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ Conflicting options
668668
So far, we have been working with two methods of an
669669
:class:`argparse.ArgumentParser` instance. Let's introduce a third one,
670670
: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:
671+
conflict with each other. Let's also change the rest of the program so that
672+
the new functionality makes more sense:
673673
we'll introduce the ``--quiet`` option,
674674
which will be the opposite of the ``--verbose`` one::
675675

0 commit comments

Comments
 (0)