From: Ezio Melotti Date: Sat, 12 Jan 2013 08:39:45 +0000 (+0200) Subject: #16940: fix indentation in example. X-Git-Tag: v2.7.4rc1~164^2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc157fcbd336628861b1b21d6050fb0488e77399;p=python #16940: fix indentation in example. --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index ca48f359cc..d18b51b6d5 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -1486,8 +1486,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