From: Fred Drake Date: Thu, 22 Apr 1999 20:52:44 +0000 (+0000) Subject: Shorten the section title. X-Git-Tag: v1.6a1~1507 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a406c619bbb522086a016aee4579fd3c95ae1e9;p=thirdparty%2FPython%2Fcpython.git Shorten the section title. --- diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex index b4b64238d6fe..e9812ccd230f 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}{}