diff options
Diffstat (limited to 'pygments/formatters/html.py')
-rw-r--r-- | pygments/formatters/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py index 6223aba6..97e49161 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ pygments.formatters.html - ~~~~~~~~~~~~~~~~~~~~~~~ + ~~~~~~~~~~~~~~~~~~~~~~~~ Formatter for HTML output. |