]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix markup nit
authorFred Drake <fdrake@acm.org>
Mon, 9 Aug 2004 14:06:58 +0000 (14:06 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 9 Aug 2004 14:06:58 +0000 (14:06 +0000)
Doc/tut/tut.tex

index ef0238addfc4c7384f9e961092806cd91fab3ada..978db657910ebc4b47a539146055518c083eabae 100644 (file)
@@ -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