File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
50
50
# General information about the project.
51
51
project = u'kafka-python'
52
- copyright = u'2016 -- Dana Powes , David Arthur, and Contributors'
52
+ copyright = u'2016 -- Dana Powers , David Arthur, and Contributors'
53
53
54
54
# The version info for the project you're documenting, acts as replacement for
55
55
# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ def highwater(self, partition):
483
483
message that is produced. It may be useful for calculating lag, by
484
484
comparing with the reported position. Note that both position and
485
485
highwater refer to the *next* offset -- i.e., highwater offset is
486
- one greater than the newest availabel message.
486
+ one greater than the newest available message.
487
487
488
488
Highwater offsets are returned in FetchResponse messages, so will
489
489
not be available if not FetchRequests have been sent for this partition
You can’t perform that action at this time.
0 commit comments