diff options
| author | Fred Drake <fdrake@acm.org> | 1999-06-10 22:08:16 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-06-10 22:08:16 +0000 |
| commit | 28b1770521fecad52914f2775110f2f15d123a66 (patch) | |
| tree | 08d065d05fd7d2b547ce43ce28d1250bed2eccc4 /Doc/lib/libimp.tex | |
| parent | 06a73f042a614d51289f0fd057cb2ad50b7f881a (diff) | |
| download | cpython-git-28b1770521fecad52914f2775110f2f15d123a66.tar.gz | |
Improve index entry for "import"; responding to comments by Stefan
Franke <sfranke@cdc-group.com>.
Diffstat (limited to 'Doc/lib/libimp.tex')
| -rw-r--r-- | Doc/lib/libimp.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex index e9812ccd23..9279591de0 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: |
