diff options
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/librexec.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/librexec.tex b/Doc/lib/librexec.tex index a456864..35619e6 100644 --- a/Doc/lib/librexec.tex +++ b/Doc/lib/librexec.tex @@ -200,7 +200,7 @@ this module.) Contains the names of built-in modules which can be safely imported. The value for \class{RExec} is \code{('audioop', 'array', 'binascii', 'cmath', 'errno', 'imageop', 'marshal', 'math', 'md5', 'operator', -'parser', 'regex', 'rotor', 'select', 'sha', '_sre', 'strop', +'parser', 'regex', 'select', 'sha', '_sre', 'strop', 'struct', 'time')}. A similar remark about overriding this variable applies --- use the value from the base class as a starting point. \end{memberdesc} |