Skip to content

Commit 53da81c

Browse files
committed
Typo in example.py
1 parent c13f1d8 commit 53da81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def produce_example(client):
88
producer = SimpleProducer(client, "my-topic")
9-
producer.send_message("test")
9+
producer.send_messages("test")
1010

1111
def consume_example(client):
1212
consumer = SimpleConsumer(client, "test-group", "my-topic")

0 commit comments

Comments
 (0)