diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-12 10:40:24 +0200 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-12 10:40:24 +0200 |
| commit | 9895ab463b122a43ab237a72323b47dc548324af (patch) | |
| tree | cb8a8d5af1aa85b64a61206ac2fcb64de7c46d00 /Doc/library/argparse.rst | |
| parent | 71e39fb48469c70078678cfade3196b86dec5664 (diff) | |
| parent | 7128e073e2565a10ad380839f6a609b4343f8be8 (diff) | |
| download | cpython-git-9895ab463b122a43ab237a72323b47dc548324af.tar.gz | |
#16940: merge with 3.2.
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 5b725c4807..ab095e4d42 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 |
