diff options
Diffstat (limited to 'tests/template_tests/utils.py')
| -rw-r--r-- | tests/template_tests/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/utils.py b/tests/template_tests/utils.py index e2a9305b5e..3ebacf7bcb 100644 --- a/tests/template_tests/utils.py +++ b/tests/template_tests/utils.py @@ -164,7 +164,7 @@ class SilentAttrClass: class UTF8Class: - "Class whose __str__ returns non-ASCII data on Python 2" + "Class whose __str__ returns non-ASCII data" def __str__(self): return 'ŠĐĆŽćžšđ' |
