We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f823f commit 1439bccCopy full SHA for 1439bcc
pymysqlreplication/event.py
@@ -133,7 +133,7 @@ def dump(self):
133
134
class XAPrepareEvent(BinLogEvent):
135
"""An XA prepare event is generated for a XA prepared transaction.
136
- Like Xid_event it contans XID of the *prepared* transaction
+ Like Xid_event it contains XID of the *prepared* transaction
137
138
Attributes:
139
one_phase: current XA transaction commit method
0 commit comments