Commit edc150b8 authored by Georg Brandl's avatar Georg Brandl

Fix missing class name in markup. Found by Tanky Woo on docs@.

parent 99bbf5dd
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment