diff options
author | Georg Brandl <georg@python.org> | 2007-03-31 11:54:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-31 11:54:58 (GMT) |
commit | 5201364de5ba86c408d4b08ad0a34dee0004a950 (patch) | |
tree | da6c329cb60ad7cf916ebffd0bcff08f8b53f065 | |
parent | b8b88743a8085eac07cb865c815bf72c604d63ac (diff) | |
download | cpython-5201364de5ba86c408d4b08ad0a34dee0004a950.zip cpython-5201364de5ba86c408d4b08ad0a34dee0004a950.tar.gz cpython-5201364de5ba86c408d4b08ad0a34dee0004a950.tar.bz2 |
Markup fix.
-rw-r--r-- | Doc/lib/libtextwrap.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtextwrap.tex b/Doc/lib/libtextwrap.tex index fcf339d..8ea25a8 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.) |