At least mark the URL to the Packages essay using \url.

This commit is contained in:
Fred Drake 1998-08-07 17:40:20 +00:00
parent 5ee808db51
commit 1a0b872665
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ generally a subdirectory of a directory on \code{sys.path} that has a
file \file{__init__.py}.\ttindex{__init__.py}
%
[XXX Can't be bothered to spell this out right now; see the URL
http://www.python.org/doc/essays/packages.html for more details, also
\url{http://www.python.org/doc/essays/packages.html} for more details, also
about how the module search works from inside a package.]
[XXX Also should mention __import__().]