Kaydet (Commit) ed86ff86 authored tarafından Georg Brandl's avatar Georg Brandl

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

üst e47e184c
......@@ -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