summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-08-31 13:49:36 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-08-31 13:49:36 (GMT)
commitecd575492573b20f3a2f52b0f2a397e79226af62 (patch)
tree8f92d90b61abe49ff560c1e2515f229b115116df /Doc
parent010b887cf6b09b89960c55c4ffe95818b4fca7ad (diff)
downloadcpython-ecd575492573b20f3a2f52b0f2a397e79226af62.zip
cpython-ecd575492573b20f3a2f52b0f2a397e79226af62.tar.gz
cpython-ecd575492573b20f3a2f52b0f2a397e79226af62.tar.bz2
Remove rotor reference
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/librexec.tex2
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}