Skip to content

Commit 1439bcc

Browse files
authored
Fix typo in XAPrepareEvent comment
1 parent 45f823f commit 1439bcc

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)