mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
|
@ -77,7 +77,7 @@ value to denote the same resource.
|
|||
\end{datadesc}
|
||||
|
||||
\begin{datadesc}{RLIMIT_CPU}
|
||||
The maximum amount of CPU time (in seconds) that a process can
|
||||
The maximum amount of processor time (in seconds) that a process can
|
||||
use. If this limit is exceeded, a \constant{SIGXCPU} signal is sent to
|
||||
the process. (See the \refmodule{signal} module documentation for
|
||||
information about how to catch this signal and do something useful,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue