Skip to content

Commit 8de98ef

Browse files
committed
Fixup
1 parent a18a239 commit 8de98ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/binlogstream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __connect_to_stream(self):
5656

5757
if self.__log_file is None:
5858
self.__log_file = log_file
59-
# binlog_pos (4) -- position in the binlog-file to start the stream with
59+
# binlog_pos (4) -- position in the binlog-file to start the stream with
6060
# flags (2) BINLOG_DUMP_NON_BLOCK (0 or 1)
6161
# server_id (4) -- server id of this slave
6262
# binlog-filename (string.EOF) -- filename of the binlog on the master

0 commit comments

Comments
 (0)