From: Fred Drake Date: Fri, 7 Aug 1998 17:40:20 +0000 (+0000) Subject: At least mark the URL to the Packages essay using \url. X-Git-Tag: v1.5.2a1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a0b87266540c6da06d3dd62248b1a4be660631a;p=python At least mark the URL to the Packages essay using \url. --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 1c0e1eb857..b810056f53 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -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__().]