diff options
| author | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 +0000 | 
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 +0000 | 
| commit | 68804315e0f2fe567e62c7023bc87ee358a480e7 (patch) | |
| tree | b3bd8d536221d63b6a7033fa0fcb10071f564001 /Doc/lib/libresource.tex | |
| parent | f871d833dd2a99d93ebdc4aa4cc07bd4afe9be61 (diff) | |
| download | cpython-git-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.gz | |
SF Patch #1093896:  miscellaneous doc typos
Diffstat (limited to 'Doc/lib/libresource.tex')
| -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 99f8611429..8e102b8eec 100644 --- a/Doc/lib/libresource.tex +++ b/Doc/lib/libresource.tex @@ -44,7 +44,7 @@ operating system are not defined in this module for those platforms.    Returns a tuple \code{(\var{soft}, \var{hard})} with the current    soft and hard limits of \var{resource}. Raises \exception{ValueError} if    an invalid resource is specified, or \exception{error} if the -  underyling system call fails unexpectedly. +  underlying system call fails unexpectedly.  \end{funcdesc}  \begin{funcdesc}{setrlimit}{resource, limits} @@ -56,7 +56,7 @@ operating system are not defined in this module for those platforms.    Raises \exception{ValueError} if an invalid resource is specified,    if the new soft limit exceeds the hard limit, or if a process tries    to raise its hard limit (unless the process has an effective UID of -  super-user).  Can also raise \exception{error} if the underyling +  super-user).  Can also raise \exception{error} if the underlying    system call fails.  \end{funcdesc}  | 
