Skip to content

Commit b1a5a81

Browse files
committed
Correct typo
1 parent cc70e6a commit b1a5a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adc/producer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def write(self,
4343
topic = self.conf.topic
4444
else:
4545
raise Exception("No topic specified for write: "
46-
"Either configure a topic when consturcting the Producer, "
46+
"Either configure a topic when constructing the Producer, "
4747
"or specify the topic argument to write()")
4848
self.logger.debug("writing message to %s", topic)
4949
if delivery_callback is not None:

0 commit comments

Comments
 (0)