Skip to content

Commit 02d7e5e

Browse files
Minor edit
1 parent c736c16 commit 02d7e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-blob-download-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following example downloads a blob to a stream. In this example, [StorageStr
3636

3737
## Download a blob in chunks
3838

39-
The following example downloads a blob and iterates over chunks in the download stream. In this example, using [StorageStreamDownloader.chunks](/python/api/azure-storage-blob/azure.storage.blob.storagestreamdownloader#azure-storage-blob-storagestreamdownloader-chunks) returns an iterator which allows you to iterate over the blob content in chunks:
39+
The following example downloads a blob and iterates over chunks in the download stream. In this example, [StorageStreamDownloader.chunks](/python/api/azure-storage-blob/azure.storage.blob.storagestreamdownloader#azure-storage-blob-storagestreamdownloader-chunks) returns an iterator, which allows you to read the blob content in chunks:
4040

4141
:::code language="python" source="~/azure-storage-snippets/blobs/howto/python/blob-devguide-py/blob-devguide-blobs.py" id="Snippet_download_blob_chunks":::
4242

0 commit comments

Comments
 (0)