[ python-Bugs-1060825 ] Error in difflib docs
SourceForge.net
noreply at sourceforge.net
Fri Nov 5 17:39:10 CET 2004
Bugs item #1060825, was opened at 2004-11-05 04:46
Message generated for change (Comment added) made by rhettinger
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1060825&group_id=5470
Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Kent Johnson (kjohnson)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error in difflib docs
Initial Comment:
There is a minor error in the Python Library Reference
section 4.4.1 SequenceMatcher Objects.
In the first paragraph it says
Passing None for b is equivalent to passing lambda x:
0; in other words, no elements are ignored.
This should read
Passing None for *isjunk* is equivalent to passing
lambda x: 0; in other words, no elements are ignored.
Kent
----------------------------------------------------------------------
>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-11-05 11:39
Message:
Logged In: YES
user_id=80475
Thanks for the report.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1060825&group_id=5470
More information about the Python-bugs-list
mailing list