commit | 4f707fd3165dad9cdf0307b610593a32bfcd456e | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Jan 10 19:54:11 2011 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Jan 10 19:54:11 2011 +0000 |
tree | 684fff97ff4e77a9b04a51c8ded1b4d0f4cb36ed | |
parent | 04da1e013a6ad54b417d52b6c5e1312b18a67ae9 [diff] [blame] |
Separate source link from main text.
diff --git a/Doc/library/fileinput.rst b/Doc/library/fileinput.rst index 1e71ebd..ac44311 100644 --- a/Doc/library/fileinput.rst +++ b/Doc/library/fileinput.rst
@@ -8,6 +8,8 @@ **Source code:** :source:`Lib/fileinput.py` +-------------- + This module implements a helper class and functions to quickly write a loop over standard input or a list of files. If you just want to read or write one file see :func:`open`.