summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-22 20:52:44 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-22 20:52:44 (GMT)
commit4a406c619bbb522086a016aee4579fd3c95ae1e9 (patch)
tree72ed74846ff6479f46e2bdcda3b9b6328d2bba12
parente1e14883196ef7054d3e66189e43bbf937116203 (diff)
downloadcpython-4a406c619bbb522086a016aee4579fd3c95ae1e9.zip
cpython-4a406c619bbb522086a016aee4579fd3c95ae1e9.tar.gz
cpython-4a406c619bbb522086a016aee4579fd3c95ae1e9.tar.bz2
Shorten the section title.
-rw-r--r--Doc/lib/libimp.tex11
1 files changed, 5 insertions, 6 deletions
diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex
index b4b6423..e9812cc 100644
--- a/Doc/lib/libimp.tex
+++ b/Doc/lib/libimp.tex
@@ -1,14 +1,13 @@
\section{\module{imp} ---
- Access the implementation of the \keyword{import} statement.}
-\declaremodule{builtin}{imp}
+ Access the \keyword{import} internals}
+\declaremodule{builtin}{imp}
\modulesynopsis{Access the implementation of the \keyword{import} statement.}
-\index{import}
-This module provides an interface to the mechanisms used to implement
-the \keyword{import} statement. It defines the following constants and
-functions:
+This\kwindex{import} module provides an interface to the mechanisms
+used to implement the \keyword{import} statement. It defines the
+following constants and functions:
\begin{funcdesc}{get_magic}{}