Fix Typos (Issue 536)
This commit is contained in:
@@ -49,7 +49,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'kafka-python'
|
||||
copyright = u'2016 -- Dana Powes, David Arthur, and Contributors'
|
||||
copyright = u'2016 -- Dana Powers, David Arthur, and Contributors'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
@@ -483,7 +483,7 @@ class KafkaConsumer(six.Iterator):
|
||||
message that is produced. It may be useful for calculating lag, by
|
||||
comparing with the reported position. Note that both position and
|
||||
highwater refer to the *next* offset -- i.e., highwater offset is
|
||||
one greater than the newest availabel message.
|
||||
one greater than the newest available message.
|
||||
|
||||
Highwater offsets are returned in FetchResponse messages, so will
|
||||
not be available if not FetchRequests have been sent for this partition
|
||||
|
Reference in New Issue
Block a user