[Python-checkins] cpython (3.2): #16940: fix indentation in example.

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


http://hg.python.org/cpython/rev/3d54723c9be6
changeset:   81441:3d54723c9be6
branch:      3.2
parent:      81435:eaa2a6074741
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Jan 12 10:39:45 2013 +0200
summary:
  #16940: fix indentation in example.

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