Skip to content

Commit

Permalink
Merge pull request #350 from dongwook-chan/fix_typo
Browse files Browse the repository at this point in the history
Fix typo in pymysqlreplication/gtid.py
  • Loading branch information
julien-duponchelle authored Jul 13, 2021
2 parents 3560a69 + ebccc99 commit e56bbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymysqlreplication/gtid.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Gtid(object):
intervals [a,b), and represent all transactions x that happened on
server SID such as
x <= a < b
a <= x < b
The human representation of it, though, is either represented by a
single transaction number A=a (when only one transaction is covered,
Expand Down

0 comments on commit e56bbce

Please sign in to comment.