Skip to content

Commit 02c7d1d

Browse files
author
Arthur Gautier
committed
typo
Signed-off-by: Arthur Gautier <[email protected]>
1 parent e3d91fa commit 02c7d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymysqlreplication/row_event.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ def _dump(self):
519519

520520
class TableMapEvent(BinLogEvent):
521521
"""This evenement describe the structure of a table.
522-
It's send before a change append on a table.
523-
A end user of the lib should have no usage of this
522+
It's sent before a change happens on a table.
523+
An end user of the lib should have no usage of this
524524
"""
525525

526526
def __init__(self, from_packet, event_size, table_map, ctl_connection, **kwargs):

0 commit comments

Comments
 (0)