Skip to content

Commit 33d93d9

Browse files
Merge pull request #342 from dongwook-chan/fix_typo
Fix typo in pymysqlreplication/row_event.py
2 parents f73e0a1 + 087d141 commit 33d93d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)