Skip to content

Commit 9ee28d8

Browse files
Merge pull request julien-duponchelle#425 from syeeuns/main
Fix typo in event.py
2 parents 4e2ae2d + 2343570 commit 9ee28d8

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)