Skip to content

Commit ea42704

Browse files
committed
format fix
1 parent 3b61126 commit ea42704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_accented_text(self):
3939
txt = '𝐚́́𝕒́àéé'
4040
r = slugify(txt)
4141
self.assertEqual(r, "aaaee")
42-
42+
4343
txt = 'C\'est déjà l\'été.'
4444
r = slugify(txt)
4545
self.assertEqual(r, "c-est-deja-l-ete")

0 commit comments

Comments
 (0)