diff --git a/pymysqlreplication/row_event.py b/pymysqlreplication/row_event.py index 364ecb85..15329b7f 100644 --- a/pymysqlreplication/row_event.py +++ b/pymysqlreplication/row_event.py @@ -532,7 +532,7 @@ def _dump(self): class TableMapEvent(BinLogEvent): - """This evenement describe the structure of a table. + """This event describes the structure of a table. It's sent before a change happens on a table. An end user of the lib should have no usage of this """