diff options
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r-- | Doc/lib/libfuncs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 39cb02b..9e7d4c1 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/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}) |