From: Sandro Tosi Date: Fri, 11 Jan 2013 09:48:34 +0000 (+0100) Subject: grammatical fix; thanks to Alex Rudnick from docs@ X-Git-Tag: v2.7.4rc1~258^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2534f9aa390b851c520564612f7b51536ddc637b;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 73d454e8edfa..ada2d73652b0 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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,