From ab8d93c03a4d802c2244ac3323191cb603dfcffd Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 16 Apr 2011 17:05:30 +0200 Subject: Backport 8a9f8f34d9d5. --- Doc/library/argparse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 2164ec0..9c260ac 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -221,7 +221,7 @@ the parser's help message. For example, consider a file named parser.add_argument('--foo', help='foo help') args = parser.parse_args() -If ``-h`` or ``--help`` is supplied is at the command-line, the ArgumentParser +If ``-h`` or ``--help`` is supplied at the command-line, the ArgumentParser help will be printed:: $ python myprogram.py --help -- cgit v0.12