From: Fred Drake Date: Mon, 9 Aug 2004 14:06:58 +0000 (+0000) Subject: fix markup nit X-Git-Tag: v2.4a3~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=830d8b8b80064ee2ead4e41037960c6aa8cc1c5e;p=thirdparty%2FPython%2Fcpython.git fix markup nit --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index ef0238addfc4..978db657910e 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