Browse Source

Fix typo in error message

Alois Mahdal 1 year ago
parent
commit
0f7e265511
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sznqalibs/hoover.py

+ 1
- 1
sznqalibs/hoover.py View File

@@ -1219,7 +1219,7 @@ def jsDiff(dira, dirb, namea="A", nameb="B", chara="a", charb="b"):
1219 1219
                     buffb.append(line)
1220 1220
 
1221 1221
             else:
1222
-                raise AssertionError("difflib.unified_diff emited"
1222
+                raise AssertionError("difflib.unified_diff emitted"
1223 1223
                                      " unknown format (%s chars):\n%s"
1224 1224
                                      % (len(line), line))
1225 1225