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 ed2427b..91a9ec9 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -120,7 +120,7 @@ exactly one argument.) This function is similar to the \code{eval()} function or the \code{exec} statement, but parses a file instead of a string. It is different from the \code{import} statement in that it does not use - the module administration -- it reads the file unconditionally and + the module administration --- it reads the file unconditionally and does not create a new module. The arguments are a file name and two optional dictionaries. The |