]> granicus.if.org Git - python/commitdiff
Fix extra backslash in example.
authorFred Drake <fdrake@acm.org>
Fri, 23 Feb 2001 19:13:07 +0000 (19:13 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Feb 2001 19:13:07 +0000 (19:13 +0000)
Doc/lib/libdifflib.tex

index 128552bc1e0f28b215eba4cfe0f6536959c054d0..a58ae8e78c20bee563443132745fc652081b5549 100644 (file)
   \code{None} is equivalent to passing \code{lambda x: 0}, i.e.\ no
   elements are ignored.  For example, pass
 
-% BUG: the HTML generated for this is
-% BUG:     lambda x: x in " \\t"
-% BUG: i.e. it displays two backslashes.
 \begin{verbatim}
-lambda x: x in " \\t"
+lambda x: x in " \t"
 \end{verbatim}
 
   if you're comparing lines as sequences of characters, and don't want