From ebccc991c94e22af4f72eab59a351c76cd006fb1 Mon Sep 17 00:00:00 2001 From: dongwook-chan Date: Tue, 13 Jul 2021 13:15:36 +0900 Subject: [PATCH] Fix typo in pymysqlreplication/gtid.py --- pymysqlreplication/gtid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymysqlreplication/gtid.py b/pymysqlreplication/gtid.py index 2d149a4a..bf33478f 100644 --- a/pymysqlreplication/gtid.py +++ b/pymysqlreplication/gtid.py @@ -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,