diff options
Diffstat (limited to 'Doc/library/fileinput.rst')
-rw-r--r-- | Doc/library/fileinput.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/fileinput.rst b/Doc/library/fileinput.rst index 7055f32..9174830 100644 --- a/Doc/library/fileinput.rst +++ b/Doc/library/fileinput.rst @@ -44,6 +44,11 @@ hook must be a function that takes two arguments, *filename* and *mode*, and returns an accordingly opened file-like object. Two useful hooks are already provided by this module. +.. seealso:: + + Latest version of the :source:`fileinput Python source code + <Lib/fileinput.py>` + The following function is the primary interface of this module: |