summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-05-08 16:43:07 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-05-08 16:43:07 +0200
commitd2129f2b37529d9fa890e8975f21f0b1cf9956c2 (patch)
tree67e9fc3cb8cb6a6c690c587d32ef87211fa8bbd5
parent23bee61f6288bc354b4362330d9fd75eb2f8fc95 (diff)
downloadmarkupsafe-d2129f2b37529d9fa890e8975f21f0b1cf9956c2.tar.gz
Another pep8 fix
-rw-r--r--markupsafe/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markupsafe/tests.py b/markupsafe/tests.py
index 13e8b8c..0731926 100644
--- a/markupsafe/tests.py
+++ b/markupsafe/tests.py
@@ -42,7 +42,7 @@ class MarkupTestCase(unittest.TestCase):
__str__ = __unicode__
assert Markup(Foo()) == '<em>awesome</em>'
assert Markup('<strong>%s</strong>') % Foo() == \
- '<strong><em>awesome</em></strong>'
+ '<strong><em>awesome</em></strong>'
def test_tuple_interpol(self):
self.assertEqual(Markup('<em>%s:%s</em>') % (