Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 830d8b8

Browse files
committed
fix markup nit
1 parent c246cb7 commit 830d8b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/tut/tut.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2767,7 +2767,8 @@ \section{Packages \label{packages}}
27672767

27682768
\subsection{Importing * From a Package \label{pkg-import-star}}
27692769
%The \code{__all__} Attribute
2770-
\index{__all__}
2770+
2771+
\ttindex{__all__}
27712772
Now what happens when the user writes \code{from Sound.Effects import
27722773
*}? Ideally, one would hope that this somehow goes out to the
27732774
filesystem, finds which submodules are present in the package, and

0 commit comments

Comments
 (0)