[Python-checkins] cpython (merge 3.2 -> default): Issue #14410: merge with 3.2

sandro.tosi python-checkins at python.org
Mon Mar 26 19:46:14 CEST 2012


http://hg.python.org/cpython/rev/4691f8a57db0
changeset:   75952:4691f8a57db0
parent:      75949:c407db9120e9
parent:      75951:3e18af617266
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Mon Mar 26 19:36:44 2012 +0200
summary:
  Issue #14410: merge with 3.2

files:
  Doc/library/argparse.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -1661,8 +1661,8 @@
 
        --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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list