Fix missing class name in markup. Found by Tanky Woo on docs@.
This commit is contained in:
parent
980db0a098
commit
e3005461c3
|
@ -1666,7 +1666,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…
Reference in New Issue