Commit 5201364d authored by Georg Brandl's avatar Georg Brandl

Markup fix.

parent b8b88743
...@@ -54,7 +54,7 @@ edge of the display, while still presenting them in the source code ...@@ -54,7 +54,7 @@ edge of the display, while still presenting them in the source code
in indented form. in indented form.
Note that tabs and spaces are both treated as whitespace, but they are 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 are considered to have no common leading whitespace. (This behaviour is
new in Python 2.5; older versions of this module incorrectly expanded new in Python 2.5; older versions of this module incorrectly expanded
tabs before searching for common leading whitespace.) tabs before searching for common leading whitespace.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment