diff options
author | Andrew Kowalik <andrew.kowalik@percolate.com> | 2017-05-04 10:47:20 -0700 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2017-06-16 23:21:11 -0700 |
commit | 73d78bc76ade2b42abcdea32095d1df930e21c55 (patch) | |
tree | a692aeaa6aedc1d79c3cf5f86e08856fbd7232bf | |
parent | 83f2d322a9fecbe9a0afb6e103f0fbdcf2fd6486 (diff) | |
download | kafka-python-73d78bc76ade2b42abcdea32095d1df930e21c55.tar.gz |
Update exception docstring
-rw-r--r-- | kafka/producer/kafka.py | 2 |
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. |