diff options
Diffstat (limited to 'Doc/library/linecache.rst')
-rw-r--r-- | Doc/library/linecache.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/linecache.rst b/Doc/library/linecache.rst index 688e297307..dacf8aa002 100644 --- a/Doc/library/linecache.rst +++ b/Doc/library/linecache.rst @@ -5,6 +5,9 @@ :synopsis: This module provides random access to individual lines from text files. .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il> +**Source code:** :source:`Lib/linecache.py` + +-------------- The :mod:`linecache` module allows one to get any line from any file, while attempting to optimize internally, using a cache, the common case where many |