Update exception docstring

This commit is contained in:
Andrew Kowalik
2017-05-04 10:47:20 -07:00
committed by Jeff Widman
parent 83f2d322a9
commit 73d78bc76a

View File

@@ -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.