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

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


http://hg.python.org/cpython/rev/03771ea22ead
changeset:   75950:03771ea22ead
branch:      2.7
parent:      75946:a39396d6cc4b
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Mon Mar 26 19:35:52 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
@@ -1634,8 +1634,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