diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-07 17:40:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-07 17:40:20 (GMT) |
commit | 1a0b87266540c6da06d3dd62248b1a4be660631a (patch) | |
tree | c3c2206b9cf3cccd86a776ae53e85fb20c1b9e8b /Doc/ref | |
parent | 5ee808db51516a277fe754a89ca1949754f2e6d7 (diff) | |
download | cpython-1a0b87266540c6da06d3dd62248b1a4be660631a.zip cpython-1a0b87266540c6da06d3dd62248b1a4be660631a.tar.gz cpython-1a0b87266540c6da06d3dd62248b1a4be660631a.tar.bz2 |
At least mark the URL to the Packages essay using \url.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref6.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 1c0e1eb..b810056 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__().] |