From: Fred Drake Date: Fri, 23 Feb 2001 19:13:07 +0000 (+0000) Subject: Fix extra backslash in example. X-Git-Tag: v2.1b1~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=447f5453222546520e664d5664d09d77289635ae;p=python Fix extra backslash in example. --- diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index 128552bc1e..a58ae8e78c 100644 --- a/Doc/lib/libdifflib.tex +++ b/Doc/lib/libdifflib.tex @@ -68,11 +68,8 @@ \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