From: Eli Bendersky Date: Fri, 11 Nov 2011 08:57:01 +0000 (+0200) Subject: Issue #13191: typo in argparse docs X-Git-Tag: v3.2.3rc1~402 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7795dbe9ab2bb10692e551299183306e44e5c74;p=thirdparty%2FPython%2Fcpython.git Issue #13191: typo in argparse docs --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 9c7ef52c5b6a..305a546d5422 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -1060,7 +1060,7 @@ to each expected argument. By default, ArgumentParser objects use the dest_ value as the "name" of each object. By default, for positional argument actions, the dest_ value is used directly, and for optional argument actions, the dest_ value is uppercased. So, a single positional argument with -``dest='bar'`` will that argument will be referred to as ``bar``. A single +``dest='bar'`` will be referred to as ``bar``. A single optional argument ``--foo`` that should be followed by a single command-line argument will be referred to as ``FOO``. An example:: diff --git a/Misc/ACKS b/Misc/ACKS index 718efc2b481b..b3b72bc27ee6 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -411,6 +411,7 @@ Nadav Horesh Jan Hosang Ken Howard Brad Howes +Mike Hoy Chih-Hao Huang Lawrence Hudson Michael Hudson