summaryrefslogtreecommitdiffstats
path: root/Doc/tut/tut.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-08-09 14:06:58 (GMT)
committerFred Drake <fdrake@acm.org>2004-08-09 14:06:58 (GMT)
commit830d8b8b80064ee2ead4e41037960c6aa8cc1c5e (patch)
tree1a80aa672ac012244dc94b662dfb98a531fc3723 /Doc/tut/tut.tex
parentc246cb76e64830471cf56c4f5bedb02793c8e2db (diff)
downloadcpython-830d8b8b80064ee2ead4e41037960c6aa8cc1c5e.zip
cpython-830d8b8b80064ee2ead4e41037960c6aa8cc1c5e.tar.gz
cpython-830d8b8b80064ee2ead4e41037960c6aa8cc1c5e.tar.bz2
fix markup nit
Diffstat (limited to 'Doc/tut/tut.tex')
-rw-r--r--Doc/tut/tut.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index ef0238a..978db65 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -2767,7 +2767,8 @@ class or function or variable defined in the previous item.
\subsection{Importing * From a Package \label{pkg-import-star}}
%The \code{__all__} Attribute
-\index{__all__}
+
+\ttindex{__all__}
Now what happens when the user writes \code{from Sound.Effects import
*}? Ideally, one would hope that this somehow goes out to the
filesystem, finds which submodules are present in the package, and