From ecd575492573b20f3a2f52b0f2a397e79226af62 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 31 Aug 2004 13:49:36 +0000 Subject: [PATCH] Remove rotor reference --- Doc/lib/librexec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/librexec.tex b/Doc/lib/librexec.tex index a456864bad2..35619e6368a 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}