From 087d141c2a3c6d7973127ddedb13b179e849ca3e Mon Sep 17 00:00:00 2001 From: "will.k" Date: Wed, 24 Feb 2021 22:07:26 +0900 Subject: [PATCH] Fix typo in pymysqlreplication/row_event.py --- pymysqlreplication/row_event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """