summaryrefslogtreecommitdiff
path: root/pygments/formatters/html.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-02-12 23:45:52 +0100
committergbrandl <devnull@localhost>2007-02-12 23:45:52 +0100
commitefaa24597b8576905b3e78f653cbf371d86467b8 (patch)
tree9281a275223036ac7e042d34c0eac4e98a9e7e89 /pygments/formatters/html.py
parent8ac95bf314343f8db0ec8123296b60aefda8b02f (diff)
downloadpygments-efaa24597b8576905b3e78f653cbf371d86467b8.tar.gz
[svn] Fix reST error.
Diffstat (limited to 'pygments/formatters/html.py')
-rw-r--r--pygments/formatters/html.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py
index 01a9edf9..1fa0396b 100644
--- a/pygments/formatters/html.py
+++ b/pygments/formatters/html.py
@@ -207,8 +207,8 @@ class HtmlFormatter(Formatter):
e.g. set it to ``"<br>"`` to get HTML line breaks. *New in Pygments
0.7.*
- Subclassing the HTML formatter
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ **Subclassing the HTML formatter**
*New in Pygments 0.7.*