diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-16 09:28:57 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-16 09:28:57 (GMT) |
commit | 119e502277d104286620806ef130e3c0d4f439f0 (patch) | |
tree | 78150447a369c7e43f4eb8b7a901655f6e66894e /Doc/library/argparse.rst | |
parent | 00ccacc8db8194f15d8af26b788ec36314b990d1 (diff) | |
download | cpython-119e502277d104286620806ef130e3c0d4f439f0.zip cpython-119e502277d104286620806ef130e3c0d4f439f0.tar.gz cpython-119e502277d104286620806ef130e3c0d4f439f0.tar.bz2 |
Fix typos in code comments and documentation
Diffstat (limited to 'Doc/library/argparse.rst')
-rw-r--r-- | Doc/library/argparse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 6181ee2..03dda1a 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -923,7 +923,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 |