summaryrefslogtreecommitdiffstats
path: root/Doc/library/argparse.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2015-06-15 00:35:37 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2015-06-15 00:35:37 (GMT)
commitb4760efbadb1a780719bb62398949d5d6ef0605e (patch)
treed90781545f69d66cd3e7395b9926e2af459f2f56 /Doc/library/argparse.rst
parent1c90670bc2eaf55517b85d99d206d328a714b828 (diff)
downloadcpython-b4760efbadb1a780719bb62398949d5d6ef0605e.zip
cpython-b4760efbadb1a780719bb62398949d5d6ef0605e.tar.gz
cpython-b4760efbadb1a780719bb62398949d5d6ef0605e.tar.bz2
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues: #issue21528 #issue24453
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 ebf88fa..067fb8f 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -1910,7 +1910,7 @@ Customizing file parsing
Arguments that are read from a file (see the *fromfile_prefix_chars*
keyword argument to the :class:`ArgumentParser` constructor) are read one
- argument per line. :meth:`convert_arg_line_to_args` can be overriden for
+ argument per line. :meth:`convert_arg_line_to_args` can be overridden for
fancier reading.
This method takes a single argument *arg_line* which is a string read from