From: Sandro Tosi Date: Fri, 11 Jan 2013 09:49:00 +0000 (+0100) Subject: grammatical fix; thanks to Alex Rudnick from docs@ X-Git-Tag: v3.2.4rc1~232^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32587fbb89e4f849b3e7af84b673e70c05c3e8bb;p=thirdparty%2FPython%2Fcpython.git grammatical fix; thanks to Alex Rudnick from docs@ --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 3c2b862cc5f1..b8d14ddb2782 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -1117,7 +1117,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,