diff options
-rw-r--r-- | Doc/library/argparse.rst | 2 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 7a92052..0d6925d 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -1079,7 +1079,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:: @@ -440,6 +440,7 @@ Nadav Horesh Jan Hosang Ken Howard Brad Howes +Mike Hoy Chih-Hao Huang Christian Hudon Lawrence Hudson |