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.
2 parents 18a8042 + e233c0d commit a178414Copy full SHA for a178414
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