From 2eac578a5a75e5f8f2afcfdcd18d127c7541e5b3 Mon Sep 17 00:00:00 2001 From: Zack Dever Date: Mon, 3 Mar 2014 17:48:37 -0800 Subject: nit: fixed misspelling --- kafka/conn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kafka') 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. """ -- cgit v1.2.1