Commit bb4e859e authored by Raymond Hettinger's avatar Raymond Hettinger

SF bug #1060825: Error in difflib docs

parent ec6eb369
...@@ -320,7 +320,7 @@ The \class{SequenceMatcher} class has this constructor: ...@@ -320,7 +320,7 @@ The \class{SequenceMatcher} class has this constructor:
Optional argument \var{isjunk} must be \code{None} (the default) or Optional argument \var{isjunk} must be \code{None} (the default) or
a one-argument function that takes a sequence element and returns a one-argument function that takes a sequence element and returns
true if and only if the element is ``junk'' and should be ignored. true if and only if the element is ``junk'' and should be ignored.
Passing \code{None} for \var{b} is equivalent to passing Passing \code{None} for \var{isjunk} is equivalent to passing
\code{lambda x: 0}; in other words, no elements are ignored. For \code{lambda x: 0}; in other words, no elements are ignored. For
example, pass: example, pass:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment