diff options
author | Guido van Rossum <guido@python.org> | 1995-03-13 10:03:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-13 10:03:32 (GMT) |
commit | 6bb1adc7ee688be85b839b747cf25a9e6254cc22 (patch) | |
tree | 8cb910de69fa0322275e60763bfc93a1ea12386f /Doc/libimp.tex | |
parent | a8a8d4aadd49e3776e2212318331105c939974b4 (diff) | |
download | cpython-6bb1adc7ee688be85b839b747cf25a9e6254cc22.zip cpython-6bb1adc7ee688be85b839b747cf25a9e6254cc22.tar.gz cpython-6bb1adc7ee688be85b839b747cf25a9e6254cc22.tar.bz2 |
small changes by Soren Larsen
Diffstat (limited to 'Doc/libimp.tex')
-rw-r--r-- | Doc/libimp.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/libimp.tex b/Doc/libimp.tex index 72f71a2..9ead176 100644 --- a/Doc/libimp.tex +++ b/Doc/libimp.tex @@ -39,7 +39,8 @@ returned by \code{get_suffixes} describing the kind of file found. Initialize the built-in module called \var{name} and return its module object. If the module was already initialized, it will be initialized {\em again}. A few modules cannot be initialized twice --- attempting -to initialize these again will raise an exception. If there is no +to initialize these again will raise an \code{ImportError} exception. +If there is no built-in module called \var{name}, \code{None} is returned. \end{funcdesc} |