Markup fix.

This commit is contained in:
Georg Brandl 2007-03-31 11:54:58 +00:00
parent b8b88743a8
commit 5201364de5
1 changed files with 1 additions and 1 deletions

View 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{"\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.)