Skip to content

Commit 87624a5

Browse files
authored
Merge pull request #49350 from thefrooh/master
Fixed pip package name
2 parents 0f89a0f + ae4fe19 commit 87624a5

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)