projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14091a6
)
grammatical fix; thanks to Alex Rudnick from docs@
author
Sandro Tosi
<sandro.tosi@gmail.com>
Fri, 11 Jan 2013 09:48:34 +0000
(10:48 +0100)
committer
Sandro Tosi
<sandro.tosi@gmail.com>
Fri, 11 Jan 2013 09:48:34 +0000
(10:48 +0100)
Doc/library/argparse.rst
patch
|
blob
|
history
diff --git
a/Doc/library/argparse.rst
b/Doc/library/argparse.rst
index 73d454e8edfae47764ab5abded28882ed7537f4a..ada2d73652b0ace70c71073e73885ac3bc1ad074 100644
(file)
--- 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 need
s
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,