Fix Typos (Issue 536)

This commit is contained in:
Dana Powers
2016-02-15 09:16:53 -08:00
parent e90094ca82
commit 48a71beb2f
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'kafka-python' 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the

View File

@@ -483,7 +483,7 @@ class KafkaConsumer(six.Iterator):
message that is produced. It may be useful for calculating lag, by message that is produced. It may be useful for calculating lag, by
comparing with the reported position. Note that both position and comparing with the reported position. Note that both position and
highwater refer to the *next* offset -- i.e., highwater offset is 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 Highwater offsets are returned in FetchResponse messages, so will
not be available if not FetchRequests have been sent for this partition not be available if not FetchRequests have been sent for this partition