diff options
author | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 (GMT) |
commit | 4b3f0312c9358a3a05b75aaab72aeee1ac869101 (patch) | |
tree | 6720366f64c003a46b4c0a053c1ccfebcebd00ad /Doc/libfuncs.tex | |
parent | 6dc2aae3cd85f9a11f823df9742e6283b1f406f6 (diff) | |
download | cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.zip cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.gz cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.bz2 |
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info
processing; submitted by Tamito Kajiyama.
Diffstat (limited to 'Doc/libfuncs.tex')
-rw-r--r-- | Doc/libfuncs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libfuncs.tex b/Doc/libfuncs.tex index 39cb02b..9e7d4c1 100644 --- a/Doc/libfuncs.tex +++ b/Doc/libfuncs.tex @@ -397,7 +397,7 @@ not designed to be initialized more than once, and may fail in arbitrary ways when reloaded. If a module imports objects from another module using \code{from} -{\ldots} \code{import} {\ldots}, calling \code{reload()} for the other +\ldots{} \code{import} \ldots{}, calling \code{reload()} for the other module does not redefine the objects imported from it --- one way around this is to re-execute the \code{from} statement, another is to use \code{import} and qualified names (\var{module}.\var{name}) |