Skip to content

Commit e233c0d

Browse files
authored
Typofix in exception message loggging → logging
1 parent 18a8042 commit e233c0d

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)