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

Skip to content

Commit ba8279f

Browse files
committed
merge with 3.3
2 parents 14af64f + a525fc1 commit ba8279f

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
@@ -1136,7 +1136,7 @@ setting the ``help`` value to ``argparse.SUPPRESS``::
11361136
metavar
11371137
^^^^^^^
11381138

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

0 commit comments

Comments
 (0)