summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-03-26 17:36:44 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2012-03-26 17:36:44 (GMT)
commit70ea34de85f4756ff8f173cc7db2a2a9e3241014 (patch)
tree4c5da9ef02ba8ef0bde62e512257122e9949ad4e /Doc/library
parent4a1ad9148bd8b3899e4aba5320fda28129e3d1ad (diff)
parent99e7d0706eb4c424be6e648f1b3b69dba6b5aa34 (diff)
downloadcpython-70ea34de85f4756ff8f173cc7db2a2a9e3241014.zip
cpython-70ea34de85f4756ff8f173cc7db2a2a9e3241014.tar.gz
cpython-70ea34de85f4756ff8f173cc7db2a2a9e3241014.tar.bz2
Issue #14410: merge with 3.2
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/argparse.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
index a3a67b5..9a125d3 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -1661,8 +1661,8 @@ Argument groups
--bar BAR bar help
- Note that any arguments not your user defined groups will end up back in the
- usual "positional arguments" and "optional arguments" sections.
+ Note that any arguments not in your user-defined groups will end up back
+ in the usual "positional arguments" and "optional arguments" sections.
Mutual exclusion