mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fix missing class name in markup. Found by Tanky Woo on docs@.
This commit is contained in:
parent
e47e184c4a
commit
ed86ff868a
1 changed files with 1 additions and 1 deletions
|
@ -1696,7 +1696,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue