Skip to content

Commit de08df4

Browse files
committed
Fix typo in row_event.py
1 parent 131c8c6 commit de08df4

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
@@ -642,7 +642,7 @@ def __init__(self, from_packet, event_size, table_map, ctl_connection, **kwargs)
642642

643643
ordinal_pos_loc += 1
644644
except IndexError:
645-
# this a dirty hack to prevent row events containing columns which have been dropped prior
645+
# this is a dirty hack to prevent row events containing columns which have been dropped prior
646646
# to pymysqlreplication start, but replayed from binlog from blowing up the service.
647647
# TODO: this does not address the issue if the column other than the last one is dropped
648648
column_schema = {

0 commit comments

Comments
 (0)