]> granicus.if.org Git - python/commitdiff
Shorten the section title.
authorFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 20:52:44 +0000 (20:52 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 20:52:44 +0000 (20:52 +0000)
Doc/lib/libimp.tex

index b4b64238d6fe84ead374c54b3e142a033c42eca9..e9812ccd230f536515fd8dd16a242c5004390f1c 100644 (file)
@@ -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}{}