Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
typo: stict-->strict
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Jul 11, 2017
1 parent c80f66c commit 15161ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pykafka/balancedconsumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def __init__(self,
:type use_rdkafka: bool
:param compacted_topic: Set to read from a compacted topic. Forces
consumer to use less stringent message ordering logic because compacted
topics do not provide offsets in stict incrementing order.
topics do not provide offsets in strict incrementing order.
:type compacted_topic: bool
"""
self._cluster = cluster
Expand Down
2 changes: 1 addition & 1 deletion pykafka/managedbalancedconsumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def __init__(self,
:type use_rdkafka: bool
:param compacted_topic: Set to read from a compacted topic. Forces
consumer to use less stringent message ordering logic because compacted
topics do not provide offsets in stict incrementing order.
topics do not provide offsets in strict incrementing order.
:type compacted_topic: bool
:param heartbeat_interval_ms: The amount of time in milliseconds to wait between
heartbeat requests
Expand Down
4 changes: 2 additions & 2 deletions pykafka/simpleconsumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def __init__(self,
:type reset_offset_on_start: bool
:param compacted_topic: Set to read from a compacted topic. Forces
consumer to use less stringent message ordering logic because compacted
topics do not provide offsets in stict incrementing order.
topics do not provide offsets in strict incrementing order.
:type compacted_topic: bool
:param generation_id: The generation id with which to make group requests
:type generation_id: int
Expand Down Expand Up @@ -821,7 +821,7 @@ def __init__(self,
:type semaphore: :class:`pykafka.utils.compat.Semaphore`
:param compacted_topic: Set to read from a compacted topic. Forces
consumer to use less stringent ordering logic when because compacted
topics do not provide offsets in stict incrementing order.
topics do not provide offsets in strict incrementing order.
:type compacted_topic: bool
"""
self.partition = partition
Expand Down

0 comments on commit 15161ce

Please sign in to comment.