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

Skip to content

Commit e463b66

Browse files
committed
Fix typo
1 parent 815b0e2 commit e463b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ 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 make the
671+
conflict with each other. Let's also change the rest of the program to make the
672672
new functionality makes more sense:
673673
we'll introduce the ``--quiet`` option,
674674
which will be the opposite of the ``--verbose`` one::

0 commit comments

Comments
 (0)