Skip to content

Commit ae4fe19

Browse files
authored
Fixed pip package name
1 parent bdaa7ee commit ae4fe19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/queues/storage-python-how-to-use-queue-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The [Azure Storage SDK for Python](https://github.com/azure/azure-storage-python
3838
To install via the Python Package Index (PyPI), type:
3939

4040
```bash
41-
pip install azure-storage-blob==2.1.0
41+
pip install azure-storage-queue==2.1.0
4242
```
4343

4444
> [!NOTE]

0 commit comments

Comments
 (0)