diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-12 08:39:45 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-12 08:39:45 (GMT) |
commit | 7128e073e2565a10ad380839f6a609b4343f8be8 (patch) | |
tree | 5de683b2628909f7381ef00b5fb8d80f13c87455 /Doc/library/argparse.rst | |
parent | 174ef67b56a8618c62852c7087ad365765f59a96 (diff) | |
download | cpython-7128e073e2565a10ad380839f6a609b4343f8be8.zip cpython-7128e073e2565a10ad380839f6a609b4343f8be8.tar.gz cpython-7128e073e2565a10ad380839f6a609b4343f8be8.tar.bz2 |
#16940: fix indentation in example.
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 16051ea..1b80d2a 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -1487,8 +1487,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 |