Skip to content

Commit 6b4022a

Browse files
authored
[EventHub] run update python snippet (Azure#38463)
1 parent 278be00 commit 6b4022a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/eventhub/azure-eventhub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def send_event_data_batch(producer):
149149
# Without specifying partition_id or partition_key
150150
# the events will be distributed to available partitions via round-robin.
151151
event_data_batch = producer.create_batch()
152-
event_data_batch.add(EventData('Single message'))
152+
event_data_batch.add(EventData("Single message"))
153153
producer.send_batch(event_data_batch)
154154
```
155155

0 commit comments

Comments
 (0)