From: Ezio Melotti Date: Sat, 12 Jan 2013 08:39:45 +0000 (+0200) Subject: #16940: fix indentation in example. X-Git-Tag: v3.3.1rc1~377^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7128e073e2565a10ad380839f6a609b4343f8be8;p=python #16940: fix indentation in example. --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 16051eab24..1b80d2ad7f 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