grammatical fix; thanks to Alex Rudnick from docs@
This commit is contained in:
parent
14091a6bca
commit
2534f9aa39
|
@ -1116,7 +1116,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…
Reference in New Issue