(original) (raw)

changeset: 83110:6cf485ffd325 parent: 83106:94fb906e5899 parent: 83109:9610ede72ed2 user: Andrew Svetlov andrew.svetlov@gmail.com date: Fri Apr 05 11:40:01 2013 +0300 description: Fix typo diff -r 94fb906e5899 -r 6cf485ffd325 Doc/howto/argparse.rst --- a/Doc/howto/argparse.rst Fri Apr 05 10:11:25 2013 +0300 +++ b/Doc/howto/argparse.rst Fri Apr 05 11:40:01 2013 +0300 @@ -668,7 +668,7 @@ So far, we have been working with two methods of an :class:`argparse.ArgumentParser` instance. Let's introduce a third one, :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 make the +conflict with each other. Let's also change the rest of the program to make the new functionality makes more sense: we'll introduce the ``--quiet`` option, which will be the opposite of the ``--verbose`` one:: /andrew.svetlov@gmail.com