Minor changes to match the style guide.

This commit is contained in:
Fred Drake 2001-07-14 02:50:55 +00:00
parent 4124a0b343
commit 8ee679f0ce
21 changed files with 79 additions and 72 deletions

View file

@ -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.