Skip to content

Commit 35d5729

Browse files
Minor update
1 parent a0e7937 commit 35d5729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/storage-quickstart-blobs-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ ms.custom: devx-track-python, mode-api
1313

1414
# Quickstart: Azure Blob Storage client library for Python
1515

16-
Get started with the Azure Blob Storage client library for Python to manage blobs and containers. You'll follow steps to install the package and try out example code for basic tasks.
16+
Get started with the Azure Blob Storage client library for Python to manage blobs and containers. Follow steps to install the package and try out example code for basic tasks.
1717

1818
[API reference documentation](/python/api/azure-storage-blob) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob) | [Package (PyPi)](https://pypi.org/project/azure-storage-blob/) | [Samples](../common/storage-samples-python.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json#blob-samples)
1919

2020
## Prerequisites
2121

22-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
23-
- An Azure Storage account. [Create a storage account](../common/storage-account-create.md).
22+
- An Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
23+
- An Azure Storage account - [create a storage account](../common/storage-account-create.md).
2424
- [Python](https://www.python.org/downloads/) 2.7 or 3.6+.
2525

2626
## Setting up

0 commit comments

Comments
 (0)