From: Georg Brandl Date: Sun, 6 Oct 2013 11:09:59 +0000 (+0200) Subject: Fix missing class name in markup. Found by Tanky Woo on docs@. X-Git-Tag: v3.4.0a4~239^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed86ff868a7e6410dbe1f7e77c4f318b813c2503;p=thirdparty%2FPython%2Fcpython.git Fix missing class name in markup. Found by Tanky Woo on docs@. --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 2f341b78f4d7..deb07fab5575 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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