[Python-checkins] r45249 - python/trunk/Doc/lib/liblinecache.tex

phillip.eby python-checkins at python.org
Tue Apr 11 03:15:29 CEST 2006


Author: phillip.eby
Date: Tue Apr 11 03:15:28 2006
New Revision: 45249

Modified:
   python/trunk/Doc/lib/liblinecache.tex
Log:
Forgot to mark up a PEP reference


Modified: python/trunk/Doc/lib/liblinecache.tex
==============================================================================
--- python/trunk/Doc/lib/liblinecache.tex	(original)
+++ python/trunk/Doc/lib/liblinecache.tex	Tue Apr 11 03:15:28 2006
@@ -23,7 +23,7 @@
 
 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. 
 


More information about the Python-checkins mailing list