From 2534f9aa390b851c520564612f7b51536ddc637b Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Fri, 11 Jan 2013 10:48:34 +0100 Subject: [PATCH] grammatical fix; thanks to Alex Rudnick from docs@ --- Doc/library/argparse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 73d454e8edf..ada2d73652b 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,