summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-10 22:08:16 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-10 22:08:16 (GMT)
commit28b1770521fecad52914f2775110f2f15d123a66 (patch)
tree08d065d05fd7d2b547ce43ce28d1250bed2eccc4 /Doc
parent06a73f042a614d51289f0fd057cb2ad50b7f881a (diff)
downloadcpython-28b1770521fecad52914f2775110f2f15d123a66.zip
cpython-28b1770521fecad52914f2775110f2f15d123a66.tar.gz
cpython-28b1770521fecad52914f2775110f2f15d123a66.tar.bz2
Improve index entry for "import"; responding to comments by Stefan
Franke <sfranke@cdc-group.com>.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libimp.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex
index e9812cc..9279591 100644
--- a/Doc/lib/libimp.tex
+++ b/Doc/lib/libimp.tex
@@ -5,7 +5,7 @@
\modulesynopsis{Access the implementation of the \keyword{import} statement.}
-This\kwindex{import} module provides an interface to the mechanisms
+This\stindex{import} module provides an interface to the mechanisms
used to implement the \keyword{import} statement. It defines the
following constants and functions: