summaryrefslogtreecommitdiff
path: root/pygments/formatters/bbcode.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-22 15:06:59 +0200
committergbrandl <devnull@localhost>2006-10-22 15:06:59 +0200
commit18c14bcd9a8b783fe09287379334fa0ba6975d88 (patch)
tree51aa6932b6965a76509e16f2ddba543bb66995a9 /pygments/formatters/bbcode.py
parenta18d48b33562e58953cd1a2529c3354d185b017b (diff)
downloadpygments-18c14bcd9a8b783fe09287379334fa0ba6975d88.tar.gz
[svn] Update make check.
Diffstat (limited to 'pygments/formatters/bbcode.py')
-rw-r--r--pygments/formatters/bbcode.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pygments/formatters/bbcode.py b/pygments/formatters/bbcode.py
index 61384c7f..223d1110 100644
--- a/pygments/formatters/bbcode.py
+++ b/pygments/formatters/bbcode.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
pygments.formatters.bbcode
- ~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
BBcode formatter.
@@ -22,8 +22,8 @@ class BBCodeFormatter(Formatter):
This formatter doesn't support background colors and borders, as there are
no common BBcodes for that.
-
- Some board systems (e.g. phpBB) don't support colors in their [code] tag,
+
+ Some board systems (e.g. phpBB) don't support markup in their [code] tag,
so you can't use the highlighting together with that tag.
Text in a [code] tag usually is shown with a monospace font (which this
formatter can do with the ``monofont`` option) and no spaces (which you