]> granicus.if.org Git - python/commitdiff
Markup fix.
authorGeorg Brandl <georg@python.org>
Sat, 31 Mar 2007 11:54:58 +0000 (11:54 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Mar 2007 11:54:58 +0000 (11:54 +0000)
Doc/lib/libtextwrap.tex

index fcf339dae121d3c92dbba22e5d4114c2585892c8..8ea25a87a6920e8a7f1825e870e85af3b220410f 100644 (file)
@@ -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{"\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.)