summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 11:10:06 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 11:10:06 (GMT)
commit7caabe09aaf6bc8e7b7653abcb7ac545d043c081 (patch)
tree17493b2dc798208d95ccbdb7018b8cbe6683e16b /Doc
parent736295c347f662b5af612326ed04dea75b0894bb (diff)
parented86ff868a7e6410dbe1f7e77c4f318b813c2503 (diff)
downloadcpython-7caabe09aaf6bc8e7b7653abcb7ac545d043c081.zip
cpython-7caabe09aaf6bc8e7b7653abcb7ac545d043c081.tar.gz
cpython-7caabe09aaf6bc8e7b7653abcb7ac545d043c081.tar.bz2
merge with 3.3
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/argparse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
index 7c71761..6d6bbcf 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -1698,7 +1698,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