]> granicus.if.org Git - python/commitdiff
Forgot to mark up a PEP reference
authorPhillip J. Eby <pje@telecommunity.com>
Tue, 11 Apr 2006 01:15:28 +0000 (01:15 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Tue, 11 Apr 2006 01:15:28 +0000 (01:15 +0000)
Doc/lib/liblinecache.tex

index 98ab2a44f3465b060dd665ccac68c701869fb68b..1477d3c3e2ed8cb939297706b1476e9787d51dc8 100644 (file)
@@ -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.