[Python-checkins] cpython (3.2): Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe

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


http://hg.python.org/cpython/rev/3e18af617266
changeset:   75951:3e18af617266
branch:      3.2
parent:      75947:9c234943efc2
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Mon Mar 26 19:36:23 2012 +0200
summary:
  Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe

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
@@ -1642,8 +1642,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