summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-16 09:28:57 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-16 09:28:57 (GMT)
commitbf02d18844ff1087225394083f62e4ee8e1db072 (patch)
treefa9ecd4a068ce2bdf3be245ec30e569eb7ccbc4d /Doc/library
parentfb45216da81610dc3166237a628cd7bf0db12f0a (diff)
downloadcpython-bf02d18844ff1087225394083f62e4ee8e1db072.zip
cpython-bf02d18844ff1087225394083f62e4ee8e1db072.tar.gz
cpython-bf02d18844ff1087225394083f62e4ee8e1db072.tar.bz2
Fix typos in code comment and documentation
Diffstat (limited to 'Doc/library')
-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 c7b8cb7..2ea4b83 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -878,7 +878,7 @@ the various :class:`ArgumentParser` actions. The two most common uses of it are
See the nargs_ description for examples.
With the ``'store_const'`` and ``'append_const'`` actions, the ``const``
-keyword argument must be given. For other actions, is defaults to ``None``.
+keyword argument must be given. For other actions, it defaults to ``None``.
default