Skip to content

Commit

Permalink
[EventHub] run update python snippet (#38463)
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil authored Nov 12, 2024
1 parent 278be00 commit 6b4022a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/eventhub/azure-eventhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def send_event_data_batch(producer):
# Without specifying partition_id or partition_key
# the events will be distributed to available partitions via round-robin.
event_data_batch = producer.create_batch()
event_data_batch.add(EventData('Single message'))
event_data_batch.add(EventData("Single message"))
producer.send_batch(event_data_batch)
```

Expand Down

0 comments on commit 6b4022a

Please sign in to comment.