diff options
Diffstat (limited to 'pygments/formatters/other.py')
-rw-r--r-- | pygments/formatters/other.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pygments/formatters/other.py b/pygments/formatters/other.py index 68260cf8..7368a642 100644 --- a/pygments/formatters/other.py +++ b/pygments/formatters/other.py @@ -50,7 +50,8 @@ class RawTokenFormatter(Formatter): `error_color` If set to a color name, highlight error tokens using that color. If set but with no value, defaults to ``'red'``. - *New in Pygments 0.11.* + + .. versionadded:: 0.11 """ name = 'Raw tokens' |