Kaydet (Commit) a7795dbe authored tarafından Eli Bendersky's avatar Eli Bendersky

Issue #13191: typo in argparse docs

üst c2c89609
......@@ -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::
......
......@@ -411,6 +411,7 @@ Nadav Horesh
Jan Hosang
Ken Howard
Brad Howes
Mike Hoy
Chih-Hao Huang
Lawrence Hudson
Michael Hudson
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment