summaryrefslogtreecommitdiff
path: root/Doc/library/linecache.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-10 19:54:11 +0000
committerRaymond Hettinger <python@rcn.com>2011-01-10 19:54:11 +0000
commit4f707fd3165dad9cdf0307b610593a32bfcd456e (patch)
tree684fff97ff4e77a9b04a51c8ded1b4d0f4cb36ed /Doc/library/linecache.rst
parent04da1e013a6ad54b417d52b6c5e1312b18a67ae9 (diff)
downloadcpython-git-4f707fd3165dad9cdf0307b610593a32bfcd456e.tar.gz
Separate source link from main text.
Diffstat (limited to 'Doc/library/linecache.rst')
-rw-r--r--Doc/library/linecache.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/linecache.rst b/Doc/library/linecache.rst
index ee965fe903..dacf8aa002 100644
--- a/Doc/library/linecache.rst
+++ b/Doc/library/linecache.rst
@@ -7,6 +7,8 @@
**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
lines are read from a single file. This is used by the :mod:`traceback` module