diff options
Diffstat (limited to 'test/test_exceptions.py')
-rw-r--r-- | test/test_exceptions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_exceptions.py b/test/test_exceptions.py index 74bc34c..5160f8e 100644 --- a/test/test_exceptions.py +++ b/test/test_exceptions.py @@ -57,7 +57,7 @@ class ExceptionsTest(TemplateTest): @requires_pygments_14 def test_utf8_html_error_template_pygments(self): - """test the html_error_template with a Template containing utf8 + """test the html_error_template with a Template containing UTF-8 chars""" if compat.py3k: @@ -105,7 +105,7 @@ ${u'привет'} @requires_no_pygments_exceptions def test_utf8_html_error_template_no_pygments(self): - """test the html_error_template with a Template containing utf8 + """test the html_error_template with a Template containing UTF-8 chars""" if compat.py3k: |