[Python-bugs-list] [ python-Bugs-770107 ] Typo in documentation of resource module

SourceForge.net noreply@sourceforge.net
Sat, 12 Jul 2003 17:47:02 -0700


Bugs item #770107, was opened at 2003-07-12 07:04
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=770107&group_id=5470

Category: Documentation
Group: Python 2.2.3
>Status: Closed
>Resolution: Fixed
Priority: 2
Submitted By: Max Neunhöffer (neunhoef)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typo in documentation of resource module

Initial Comment:
In Section 8.15.1 of the Python library reference manual
there are two typos, one of them leading to wrong
information:

RLIMIT_MEMLOC
    The maximm address space which may be locked in memory.

must be:

RLIMIT_MEMLOCK
    The maximum address space which may be locked in  
 memory.

The same seems to hold in version 2.3.b2

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-07-12 19:47

Message:
Logged In: YES 
user_id=80475

Fixed.  See Doc/lib/libresource.tex 1.18
Thanks for the report.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=770107&group_id=5470