diff --git a/tests/othertests/templates.py b/tests/othertests/templates.py
index 60d3627708..c1dbdde64f 100644
--- a/tests/othertests/templates.py
+++ b/tests/othertests/templates.py
@@ -244,7 +244,8 @@ TEMPLATE_TESTS = {
                     are
                     you
                     gentlemen.
-                    """  ),
+                    """),
+
     # simple translation of a string delimited by '
     'i18n01': ("{% load i18n %}{% trans 'xxxyyyxxx' %}", {}, "xxxyyyxxx"),