mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues: #issue21528 #issue24453
This commit is contained in:
parent
1c90670bc2
commit
b4760efbad
28 changed files with 37 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue