mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
SF bug #1060825: Error in difflib docs
This commit is contained in:
parent
ec6eb369d5
commit
bb4e859ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ The \class{SequenceMatcher} class has this constructor:
|
|||
Optional argument \var{isjunk} must be \code{None} (the default) or
|
||||
a one-argument function that takes a sequence element and returns
|
||||
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
|
||||
example, pass:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue