]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix missing class name in markup. Found by Tanky Woo on docs@.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 11:09:59 +0000 (13:09 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 11:09:59 +0000 (13:09 +0200)
Doc/library/argparse.rst

index 2f341b78f4d7ad55d3e2d19b6deefafd119221d8..deb07fab55757a34060fab83e6ad65e69cb0dae3 100644 (file)
@@ -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