0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00

fix markup nit

This commit is contained in:
Fred Drake 2004-08-09 14:06:58 +00:00
parent c246cb76e6
commit 830d8b8b80

View 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