diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2015-06-15 00:35:37 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2015-06-15 00:35:37 (GMT) |
commit | b4760efbadb1a780719bb62398949d5d6ef0605e (patch) | |
tree | d90781545f69d66cd3e7395b9926e2af459f2f56 /Doc/library/argparse.rst | |
parent | 1c90670bc2eaf55517b85d99d206d328a714b828 (diff) | |
download | cpython-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.rst | 2 |
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 |