mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Minor changes to match the style guide.
This commit is contained in:
parent
4124a0b343
commit
8ee679f0ce
21 changed files with 79 additions and 72 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue