We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18a239 commit 8de98efCopy full SHA for 8de98ef
pymysqlreplication/binlogstream.py
@@ -56,7 +56,7 @@ def __connect_to_stream(self):
56
57
if self.__log_file is None:
58
self.__log_file = log_file
59
- # binlog_pos (4) -- position in the binlog-file to start the stream with
+ # binlog_pos (4) -- position in the binlog-file to start the stream with
60
# flags (2) BINLOG_DUMP_NON_BLOCK (0 or 1)
61
# server_id (4) -- server id of this slave
62
# binlog-filename (string.EOF) -- filename of the binlog on the master
0 commit comments