diff options
author | Guido van Rossum <guido@python.org> | 1995-08-10 14:21:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-08-10 14:21:11 (GMT) |
commit | 0bbbea15e6675131412ee2af6ea62b07cd63c75e (patch) | |
tree | 0196ec0603992a12e4284add6381231e19d14233 /Doc/libimp.tex | |
parent | eafe32a639b8477a3684df4b57c2c114be190eaf (diff) | |
download | cpython-0bbbea15e6675131412ee2af6ea62b07cd63c75e.zip cpython-0bbbea15e6675131412ee2af6ea62b07cd63c75e.tar.gz cpython-0bbbea15e6675131412ee2af6ea62b07cd63c75e.tar.bz2 |
typos only
Diffstat (limited to 'Doc/libimp.tex')
-rw-r--r-- | Doc/libimp.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libimp.tex b/Doc/libimp.tex index 4456814..dbced97 100644 --- a/Doc/libimp.tex +++ b/Doc/libimp.tex @@ -6,7 +6,7 @@ This module provides an interface to the mechanisms used to implement the \code{import} statement. It defines the following constants and functions: -\renewcommand{\indexsubitem}{(in module struct)} +\renewcommand{\indexsubitem}{(in module imp)} \begin{funcdesc}{get_magic}{} Return the magic string value used to recognize byte-compiled code |