Shorten the section title.
This commit is contained in:
parent
e1e1488319
commit
4a406c619b
|
@ -1,14 +1,13 @@
|
||||||
\section{\module{imp} ---
|
\section{\module{imp} ---
|
||||||
Access the implementation of the \keyword{import} statement.}
|
Access the \keyword{import} internals}
|
||||||
\declaremodule{builtin}{imp}
|
|
||||||
|
|
||||||
|
\declaremodule{builtin}{imp}
|
||||||
\modulesynopsis{Access the implementation of the \keyword{import} statement.}
|
\modulesynopsis{Access the implementation of the \keyword{import} statement.}
|
||||||
|
|
||||||
\index{import}
|
|
||||||
|
|
||||||
This module provides an interface to the mechanisms used to implement
|
This\kwindex{import} module provides an interface to the mechanisms
|
||||||
the \keyword{import} statement. It defines the following constants and
|
used to implement the \keyword{import} statement. It defines the
|
||||||
functions:
|
following constants and functions:
|
||||||
|
|
||||||
|
|
||||||
\begin{funcdesc}{get_magic}{}
|
\begin{funcdesc}{get_magic}{}
|
||||||
|
|
Loading…
Reference in New Issue