diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-29 16:00:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-29 16:00:22 (GMT) |
commit | 8ad2703bfb8a915bfb14ae2475d0e3e8666098d6 (patch) | |
tree | 6f9dc2f1e6326a38424db8bbcef0c1a952b0adbc /Doc | |
parent | ac00c4c1c6f438d58e38d362b6660561ba047bb8 (diff) | |
download | cpython-8ad2703bfb8a915bfb14ae2475d0e3e8666098d6.zip cpython-8ad2703bfb8a915bfb14ae2475d0e3e8666098d6.tar.gz cpython-8ad2703bfb8a915bfb14ae2475d0e3e8666098d6.tar.bz2 |
Minor wording change in section title.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libfileinput.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfileinput.tex b/Doc/lib/libfileinput.tex index 5f9fc10..8bc93af 100644 --- a/Doc/lib/libfileinput.tex +++ b/Doc/lib/libfileinput.tex @@ -1,5 +1,5 @@ \section{\module{fileinput} --- - Iteration over lines from multiple input streams.} + Iterate over lines from multiple input streams} \declaremodule{standard}{fileinput} \moduleauthor{Guido van Rossum}{guido@python.org} \sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org} |