[Python-checkins] cpython (merge 3.2 -> 3.3): #16940: merge with 3.2.

ezio.melotti python-checkins at python.org
Sat Jan 12 09:41:05 CET 2013


http://hg.python.org/cpython/rev/b468f6c8eae5
changeset:   81442:b468f6c8eae5
branch:      3.3
parent:      81436:de9eb3031f5a
parent:      81441:3d54723c9be6
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Jan 12 10:40:24 2013 +0200
summary:
  #16940: 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
@@ -1506,8 +1506,8 @@
 
      positional arguments:
        {a,b}   sub-command help
-     a     a help
-     b     b help
+         a     a help
+         b     b help
 
      optional arguments:
        -h, --help  show this help message and exit

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


More information about the Python-checkins mailing list