mirror of
https://github.com/python/cpython.git
synced 2025-09-09 10:21:43 +00:00
Merge heads
This commit is contained in:
commit
fd25ffa012
1 changed files with 1 additions and 1 deletions
|
@ -1117,7 +1117,7 @@ setting the ``help`` value to ``argparse.SUPPRESS``::
|
||||||
metavar
|
metavar
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
|
||||||
When :class:`ArgumentParser` generates help messages, it need some way to refer
|
When :class:`ArgumentParser` generates help messages, it needs some way to refer
|
||||||
to each expected argument. By default, ArgumentParser objects use the dest_
|
to each expected argument. By default, ArgumentParser objects use the dest_
|
||||||
value as the "name" of each object. By default, for positional argument
|
value as the "name" of each object. By default, for positional argument
|
||||||
actions, the dest_ value is used directly, and for optional argument actions,
|
actions, the dest_ value is used directly, and for optional argument actions,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue