diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-12 08:40:49 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-12 08:40:49 (GMT) |
commit | e6f3d531381c3ab983ce7bb81055721303b792f1 (patch) | |
tree | a462fbc39c446f5d6cf7d3458c4544c43c4e8e76 /Doc/library/argparse.rst | |
parent | 464d89b3ce911a63e9da14f10054bc853367eaff (diff) | |
parent | 9895ab463b122a43ab237a72323b47dc548324af (diff) | |
download | cpython-e6f3d531381c3ab983ce7bb81055721303b792f1.zip cpython-e6f3d531381c3ab983ce7bb81055721303b792f1.tar.gz cpython-e6f3d531381c3ab983ce7bb81055721303b792f1.tar.bz2 |
#16940: merge with 3.3.
Diffstat (limited to 'Doc/library/argparse.rst')
-rw-r--r-- | Doc/library/argparse.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 6fcb336..7131141 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -1506,8 +1506,8 @@ Sub-commands 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 |