Skip to content

Commit

Permalink
grammatical fix; thanks to Alex Rudnick from docs@
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrotosi committed Jan 11, 2013
1 parent 14091a6 commit 2534f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/argparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ setting the ``help`` value to ``argparse.SUPPRESS``::
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_
value as the "name" of each object. By default, for positional argument
actions, the dest_ value is used directly, and for optional argument actions,
Expand Down

0 comments on commit 2534f9a

Please sign in to comment.