Skip to content

Commit 48a71be

Browse files
committed
Fix Typos (Issue 536)
1 parent e90094c commit 48a71be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
# General information about the project.
5151
project = u'kafka-python'
52-
copyright = u'2016 -- Dana Powes, David Arthur, and Contributors'
52+
copyright = u'2016 -- Dana Powers, David Arthur, and Contributors'
5353

5454
# The version info for the project you're documenting, acts as replacement for
5555
# |version| and |release|, also used in various other places throughout the

kafka/consumer/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def highwater(self, partition):
483483
message that is produced. It may be useful for calculating lag, by
484484
comparing with the reported position. Note that both position and
485485
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.
487487
488488
Highwater offsets are returned in FetchResponse messages, so will
489489
not be available if not FetchRequests have been sent for this partition

0 commit comments

Comments
 (0)