Skip to content

Commit defe181

Browse files
authored
Merge pull request #102020 from MartinJaffer-MSFT/patch-11
Correct pip install azure-eventhub-checkpointstoreblob-aio
2 parents 8b00dc8 + 00f389f commit defe181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/get-started-python-send-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To complete this tutorial, you need the following prerequisites:
3939
Install this package for receiving the events using an Azure Blob storage as the checkpoint store.
4040
4141
```cmd
42-
pip install azure-eventhub-checkpointstoreblobaio
42+
pip install azure-eventhub-checkpointstoreblob-aio
4343
```
4444
4545
## Send events

0 commit comments

Comments
 (0)