summaryrefslogtreecommitdiffstats
path: root/Doc/lib/librexec.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-14 02:50:55 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-14 02:50:55 (GMT)
commit8ee679f0ce8b14a5ff9de397280b63db6e142d6d (patch)
treede085aaf3491ea3570b28a80fec8e2f6e6a70194 /Doc/lib/librexec.tex
parent4124a0b343dcac70bbdc853d190e269a0d19e830 (diff)
downloadcpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.zip
cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.tar.gz
cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.tar.bz2
Minor changes to match the style guide.
Diffstat (limited to 'Doc/lib/librexec.tex')
-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 49647b1..d5e2d02 100644
--- a/Doc/lib/librexec.tex
+++ b/Doc/lib/librexec.tex
@@ -18,7 +18,7 @@ can subclass \class{RExec} to add or remove capabilities as desired.
\emph{Note:} The \class{RExec} class can prevent code from performing
unsafe operations like reading or writing disk files, or using TCP/IP
sockets. However, it does not protect against code using extremely
-large amounts of memory or CPU time.
+large amounts of memory or processor time.
\begin{classdesc}{RExec}{\optional{hooks\optional{, verbose}}}
Returns an instance of the \class{RExec} class.