diff options
author | Raymond Hettinger <python@rcn.com> | 2003-07-13 00:46:40 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-07-13 00:46:40 (GMT) |
commit | 627273733fd8c885e2b798581c530708cfee4514 (patch) | |
tree | 1f98a03dad0c90aa419bd0e70538a54aa70c5423 /Doc/lib | |
parent | ca60cac3a437c399cbe4e61ecfed0fef9b35ba3c (diff) | |
download | cpython-627273733fd8c885e2b798581c530708cfee4514.zip cpython-627273733fd8c885e2b798581c530708cfee4514.tar.gz cpython-627273733fd8c885e2b798581c530708cfee4514.tar.bz2 |
SF bug #770107: Typo in documentation of resource module
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libresource.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libresource.tex b/Doc/lib/libresource.tex index 6ec975b..99f8611 100644 --- a/Doc/lib/libresource.tex +++ b/Doc/lib/libresource.tex @@ -118,8 +118,8 @@ not be available from this module on that platform. The BSD name for \constant{RLIMIT_NOFILE}. \end{datadesc} -\begin{datadesc}{RLIMIT_MEMLOC} - The maximm address space which may be locked in memory. +\begin{datadesc}{RLIMIT_MEMLOCK} + The maximum address space which may be locked in memory. \end{datadesc} \begin{datadesc}{RLIMIT_VMEM} |