summaryrefslogtreecommitdiffstats
path: root/Doc/library/argparse.rst
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2013-01-11 09:49:43 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2013-01-11 09:49:43 (GMT)
commitba8279f252afca1c04f1a33472c769ef3479e6e2 (patch)
tree41bb50590503451a7ebed4b26b899884a8e5f360 /Doc/library/argparse.rst
parent14af64fb381684827da63ab8fc25fdc94010ef71 (diff)
parenta525fc161a6f42be60fa857e783606fe66e8305b (diff)
downloadcpython-ba8279f252afca1c04f1a33472c769ef3479e6e2.zip
cpython-ba8279f252afca1c04f1a33472c769ef3479e6e2.tar.gz
cpython-ba8279f252afca1c04f1a33472c769ef3479e6e2.tar.bz2
merge with 3.3
Diffstat (limited to 'Doc/library/argparse.rst')
-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 c3aa541..eb90960 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -1136,7 +1136,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,