We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a8042 commit e233c0dCopy full SHA for e233c0d
pymysqlreplication/exceptions.py
@@ -5,4 +5,4 @@ def __init__(self, table):
5
6
class BinLogNotEnabled(Exception):
7
def __init__(self):
8
- Exception.__init__(self, "MySQL binary loggging is not enabled.")
+ Exception.__init__(self, "MySQL binary logging is not enabled.")
0 commit comments