Skip to content

Commit e528942

Browse files
committedJul 23, 2023
docs: XAPrepareEvent typo 수정
Resolve #7
1 parent cb7b645 commit e528942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pymysqlreplication/event.py

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.