Skip to content

Commit 087d141

Browse files
committed
Fix typo in pymysqlreplication/row_event.py
1 parent f73e0a1 commit 087d141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pymysqlreplication/row_event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def _dump(self):
532532

533533

534534
class TableMapEvent(BinLogEvent):
535-
"""This evenement describe the structure of a table.
535+
"""This event describes the structure of a table.
536536
It's sent before a change happens on a table.
537537
An end user of the lib should have no usage of this
538538
"""

0 commit comments

Comments
 (0)