diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-12 08:40:24 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-12 08:40:24 (GMT) |
commit | 9895ab463b122a43ab237a72323b47dc548324af (patch) | |
tree | cb8a8d5af1aa85b64a61206ac2fcb64de7c46d00 | |
parent | 71e39fb48469c70078678cfade3196b86dec5664 (diff) | |
parent | 7128e073e2565a10ad380839f6a609b4343f8be8 (diff) | |
download | cpython-9895ab463b122a43ab237a72323b47dc548324af.zip cpython-9895ab463b122a43ab237a72323b47dc548324af.tar.gz cpython-9895ab463b122a43ab237a72323b47dc548324af.tar.bz2 |
#16940: merge with 3.2.
-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 5b725c4..ab095e4 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 |