mirror of
https://github.com/python/cpython.git
synced 2025-10-29 09:29:26 +00:00
merge with 3.3
This commit is contained in:
commit
7caabe09aa
1 changed files with 1 additions and 1 deletions
|
|
@ -1698,7 +1698,7 @@ Argument groups
|
||||||
Mutual exclusion
|
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
|
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
|
one of the arguments in the mutually exclusive group was present on the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue