summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liblinecache.tex
diff options
context:
space:
mode:
authorPhillip J. Eby <pje@telecommunity.com>2006-04-11 01:15:28 (GMT)
committerPhillip J. Eby <pje@telecommunity.com>2006-04-11 01:15:28 (GMT)
commit678b8ecd086bd2170675da2681c77093f2f8c967 (patch)
tree8da82cde13f0bfc53215a85961ff2df7d548613c /Doc/lib/liblinecache.tex
parent470321108019367e3bdd96309e89d79f04784d45 (diff)
downloadcpython-678b8ecd086bd2170675da2681c77093f2f8c967.zip
cpython-678b8ecd086bd2170675da2681c77093f2f8c967.tar.gz
cpython-678b8ecd086bd2170675da2681c77093f2f8c967.tar.bz2
Forgot to mark up a PEP reference
Diffstat (limited to 'Doc/lib/liblinecache.tex')
-rw-r--r--Doc/lib/liblinecache.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblinecache.tex b/Doc/lib/liblinecache.tex
index 98ab2a4..1477d3c 100644
--- a/Doc/lib/liblinecache.tex
+++ b/Doc/lib/liblinecache.tex
@@ -23,7 +23,7 @@ found).
If a file named \var{filename} is not found, the function will look
for it in the module\indexiii{module}{search}{path} search path,
-\code{sys.path}, after first checking for a PEP 302 \code{__loader__}
+\code{sys.path}, after first checking for a \pep{302} \code{__loader__}
in \var{module_globals}, in case the module was imported from a zipfile
or other non-filesystem import source.