diff options
Diffstat (limited to 'pygments/formatters/other.py')
-rw-r--r-- | pygments/formatters/other.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/formatters/other.py b/pygments/formatters/other.py index eb8d72fc..0660f0c3 100644 --- a/pygments/formatters/other.py +++ b/pygments/formatters/other.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- """ pygments.formatters.other - ~~~~~~~~~~~~~~~~~~~~~~~~ + ~~~~~~~~~~~~~~~~~~~~~~~~~ - Other formatters. + Other formatters: NullFormatter, RawTokenFormatter. :copyright: 2006 by Georg Brandl, Armin Ronacher. :license: GNU LGPL, see LICENSE for more details. |