Skip to content

Commit 2343570

Browse files
committed
Fix typo in event.py
1 parent 131c8c6 commit 2343570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def _read_status_vars_value_for_key(self, key):
314314
"""
315315
mts_accessed_dbs < 254:
316316
`mts_accessed_dbs` is equal to the number of dbs
317-
acessed by the query event.
317+
accessed by the query event.
318318
mts_accessed_dbs == 254:
319319
This is the case where the number of dbs accessed
320320
is 1 and the name of the only db is ""

0 commit comments

Comments
 (0)