summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kowalik <andrew.kowalik@percolate.com>2017-05-04 10:47:20 -0700
committerJeff Widman <jeff@jeffwidman.com>2017-06-16 23:21:11 -0700
commit73d78bc76ade2b42abcdea32095d1df930e21c55 (patch)
treea692aeaa6aedc1d79c3cf5f86e08856fbd7232bf
parent83f2d322a9fecbe9a0afb6e103f0fbdcf2fd6486 (diff)
downloadkafka-python-73d78bc76ade2b42abcdea32095d1df930e21c55.tar.gz
Update exception docstring
-rw-r--r--kafka/producer/kafka.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/producer/kafka.py b/kafka/producer/kafka.py
index 57155e5..51c2182 100644
--- a/kafka/producer/kafka.py
+++ b/kafka/producer/kafka.py
@@ -590,7 +590,7 @@ class KafkaProducer(object):
set: partition ids for the topic
Raises:
- TimeoutException: if partitions for topic were not obtained before
+ KafkaTimeoutError: if partitions for topic were not obtained before
specified max_wait timeout
"""
# add topic to metadata topic list if it is not there already.