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

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


http://hg.python.org/cpython/rev/6fe28afa6611
changeset:   81443:6fe28afa6611
parent:      81438:9fb793b60e79
parent:      81442:b468f6c8eae5
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Jan 12 10:40:49 2013 +0200
summary:
  #16940: merge with 3.3.

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