commit | dc157fcbd336628861b1b21d6050fb0488e77399 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Jan 12 10:39:45 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Jan 12 10:39:45 2013 +0200 |
tree | 3195febe246d5c5947de4a39618035e7bf714089 | |
parent | 2cdb6435d6f7c6f1bd2ae935bc6e11d6aa79f4a2 [diff] |
#16940: fix indentation in example.
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index ca48f35..d18b51b 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst
@@ -1486,8 +1486,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