We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc70e6a commit b1a5a81Copy full SHA for b1a5a81
adc/producer.py
@@ -43,7 +43,7 @@ def write(self,
43
topic = self.conf.topic
44
else:
45
raise Exception("No topic specified for write: "
46
- "Either configure a topic when consturcting the Producer, "
+ "Either configure a topic when constructing the Producer, "
47
"or specify the topic argument to write()")
48
self.logger.debug("writing message to %s", topic)
49
if delivery_callback is not None:
0 commit comments