summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.