summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Dever <zackdever@gmail.com>2014-03-03 17:48:37 -0800
committerZack Dever <zackdever@gmail.com>2014-03-03 17:48:37 -0800
commit2eac578a5a75e5f8f2afcfdcd18d127c7541e5b3 (patch)
tree7110d0131ff2ecc447c5ce3c2e1b841beec12c05
parentab89a44ecf9c93b116fcc8516cfc21749df74507 (diff)
downloadkafka-python-2eac578a5a75e5f8f2afcfdcd18d127c7541e5b3.tar.gz
nit: fixed misspelling
-rw-r--r--kafka/conn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/conn.py b/kafka/conn.py
index 749cc02..7266ae8 100644
--- a/kafka/conn.py
+++ b/kafka/conn.py
@@ -15,7 +15,7 @@ DEFAULT_KAFKA_PORT = 9092
def collect_hosts(hosts, randomize=True):
"""
- Collects a comma-separated set of hosts (host:port) and optionnaly
+ Collects a comma-separated set of hosts (host:port) and optionally
randomize the returned list.
"""