]> granicus.if.org Git - python/commitdiff
SF bug #1060825: Error in difflib docs
authorRaymond Hettinger <python@rcn.com>
Fri, 5 Nov 2004 16:38:08 +0000 (16:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 5 Nov 2004 16:38:08 +0000 (16:38 +0000)
Doc/lib/libdifflib.tex

index 4283aba1d973e593e37dffbe23d860d33c06bd2f..666a9e3bb4ab0370bd22f992d6acdea653b116c7 100644 (file)
@@ -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: