Skip to content

Commit a73257c

Browse files
Merge pull request julien-duponchelle#420 from 23-OSSCA-python-mysql-replication/xa-prepare-event-typo
Fix typo in XAPrepareEvent comment
2 parents 9ee28d8 + 1439bcc commit a73257c

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
@@ -133,7 +133,7 @@ def dump(self):
133133

134134
class XAPrepareEvent(BinLogEvent):
135135
"""An XA prepare event is generated for a XA prepared transaction.
136-
Like Xid_event it contans XID of the *prepared* transaction
136+
Like Xid_event it contains XID of the *prepared* transaction
137137
138138
Attributes:
139139
one_phase: current XA transaction commit method

0 commit comments

Comments
 (0)