Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32587fb

Browse files
committed
grammatical fix; thanks to Alex Rudnick from docs@
1 parent 4050792 commit 32587fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ setting the ``help`` value to ``argparse.SUPPRESS``::
11171117
metavar
11181118
^^^^^^^
11191119

1120-
When :class:`ArgumentParser` generates help messages, it need some way to refer
1120+
When :class:`ArgumentParser` generates help messages, it needs some way to refer
11211121
to each expected argument. By default, ArgumentParser objects use the dest_
11221122
value as the "name" of each object. By default, for positional argument
11231123
actions, the dest_ value is used directly, and for optional argument actions,

0 commit comments

Comments
 (0)