We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6b8ce commit 1b012caCopy full SHA for 1b012ca
sdk/storage/azure-storage-blob/azure/storage/blob/_download.py
@@ -258,7 +258,7 @@ class StorageStreamDownloader(object): # pylint: disable=too-many-instance-attr
258
The properties of the blob being downloaded. If only a range of the data is being
259
downloaded, this will be reflected in the properties.
260
:ivar int size:
261
- The size of the total data in the stream. This will be the byte range if speficied,
+ The size of the total data in the stream. This will be the byte range if specified,
262
otherwise the total size of the blob.
263
"""
264
0 commit comments