Skip to content

Commit a178414

Browse files
Merge pull request julien-duponchelle#253 from Zebradil/patch-1
Typofix in exception message loggging → logging
2 parents 18a8042 + e233c0d commit a178414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ def __init__(self, table):
55

66
class BinLogNotEnabled(Exception):
77
def __init__(self):
8-
Exception.__init__(self, "MySQL binary loggging is not enabled.")
8+
Exception.__init__(self, "MySQL binary logging is not enabled.")

0 commit comments

Comments
 (0)