Skip to content

Commit 747d8c4

Browse files
committed
pep8 fixed
1 parent 56354c9 commit 747d8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quintagroup/seoptimizer/tests/testBugs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def test_escape_characters_desctiption(self):
207207
basic=self.basic_auth, request_method='POST',
208208
stdin=StringIO(urllib.urlencode(form_data)))
209209
html = self.publish(self.mydoc_path, self.basic_auth).getBody()
210-
m = re.match('.*<meta name="description" content="%s"' %
210+
m = re.match('.*<meta name="description" content="%s"' %
211211
escape(description), html, re.S | re.M)
212212
self.assert_(m, 'Desctiption is not escaped properly.')
213213

0 commit comments

Comments
 (0)