]> granicus.if.org Git - python/commitdiff
Issue #13191: typo in argparse docs
authorEli Bendersky <eliben@gmail.com>
Fri, 11 Nov 2011 08:57:01 +0000 (10:57 +0200)
committerEli Bendersky <eliben@gmail.com>
Fri, 11 Nov 2011 08:57:01 +0000 (10:57 +0200)
Doc/library/argparse.rst
Misc/ACKS

index 9c7ef52c5b6a2154c9bc6d5634205f77b1a8fdbe..305a546d5422918cced2dd72894ea4dd7e999bfa 100644 (file)
@@ -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::
 
index 718efc2b481b3f013694de06db6f42b4b42e08e9..b3b72bc27ee602aae17f3688530698b597a0b02d 100644 (file)
--- 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