summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2013-01-11 09:48:34 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2013-01-11 09:48:34 (GMT)
commit2534f9aa390b851c520564612f7b51536ddc637b (patch)
tree33ac4fa83f837ebe8c1cbfa1f7aff86ff514c0b3
parent14091a6bcae3087e1202fbc7969ad2644d032688 (diff)
downloadcpython-2534f9aa390b851c520564612f7b51536ddc637b.zip
cpython-2534f9aa390b851c520564612f7b51536ddc637b.tar.gz
cpython-2534f9aa390b851c520564612f7b51536ddc637b.tar.bz2
grammatical fix; thanks to Alex Rudnick from docs@
-rw-r--r--Doc/library/argparse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
index 73d454e..ada2d73 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,