diff options
author | Omar <omar.ghishan@rd.io> | 2014-03-04 18:02:20 -0800 |
---|---|---|
committer | Omar <omar.ghishan@rd.io> | 2014-03-04 18:02:20 -0800 |
commit | 09c053a1be858c383019c3ac63839d5bc249f622 (patch) | |
tree | 7110d0131ff2ecc447c5ce3c2e1b841beec12c05 | |
parent | ab89a44ecf9c93b116fcc8516cfc21749df74507 (diff) | |
parent | 2eac578a5a75e5f8f2afcfdcd18d127c7541e5b3 (diff) | |
download | kafka-python-09c053a1be858c383019c3ac63839d5bc249f622.tar.gz |
Merge pull request #138 from zever/master
nit: fixed misspelling
-rw-r--r-- | kafka/conn.py | 2 |
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. """ |