Forgot to mark up a PEP reference

This commit is contained in:
Phillip J. Eby 2006-04-11 01:15:28 +00:00
parent 4703211080
commit 678b8ecd08

View 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.