From: Georg Brandl Date: Sat, 31 Mar 2007 11:54:58 +0000 (+0000) Subject: Markup fix. X-Git-Tag: v2.6a1~1904 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5201364de5ba86c408d4b08ad0a34dee0004a950;p=python Markup fix. --- diff --git a/Doc/lib/libtextwrap.tex b/Doc/lib/libtextwrap.tex index fcf339dae1..8ea25a87a6 100644 --- a/Doc/lib/libtextwrap.tex +++ b/Doc/lib/libtextwrap.tex @@ -54,7 +54,7 @@ edge of the display, while still presenting them in the source code in indented form. Note that tabs and spaces are both treated as whitespace, but they are -not equal: the lines \code{" {} hello"} and \code{"\textbackslash{}thello"} +not equal: the lines \code{" {} hello"} and \code{"\e thello"} are considered to have no common leading whitespace. (This behaviour is new in Python 2.5; older versions of this module incorrectly expanded tabs before searching for common leading whitespace.)