merge with 3.3

This commit is contained in:
Georg Brandl 2013-10-06 13:10:06 +02:00
commit 7caabe09aa

View file

@ -1698,7 +1698,7 @@ Argument groups
Mutual exclusion
^^^^^^^^^^^^^^^^
.. method:: add_mutually_exclusive_group(required=False)
.. method:: ArgumentParser.add_mutually_exclusive_group(required=False)
Create a mutually exclusive group. :mod:`argparse` will make sure that only
one of the arguments in the mutually exclusive group was present on the