Skip to content

Commit e56bbce

Browse files
Merge pull request #350 from dongwook-chan/fix_typo
Fix typo in pymysqlreplication/gtid.py
2 parents 3560a69 + ebccc99 commit e56bbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/gtid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Gtid(object):
1616
intervals [a,b), and represent all transactions x that happened on
1717
server SID such as
1818
19-
x <= a < b
19+
a <= x < b
2020
2121
The human representation of it, though, is either represented by a
2222
single transaction number A=a (when only one transaction is covered,

0 commit comments

Comments
 (0)