Skip to content

Commit 1b012ca

Browse files
authored
Fix documentation typo (#12519)
speficied -> specified
1 parent cd6b8ce commit 1b012ca

File tree

1 file changed

+1
-1
lines changed
  • sdk/storage/azure-storage-blob/azure/storage/blob

1 file changed

+1
-1
lines changed

sdk/storage/azure-storage-blob/azure/storage/blob/_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ class StorageStreamDownloader(object): # pylint: disable=too-many-instance-attr
258258
The properties of the blob being downloaded. If only a range of the data is being
259259
downloaded, this will be reflected in the properties.
260260
:ivar int size:
261-
The size of the total data in the stream. This will be the byte range if speficied,
261+
The size of the total data in the stream. This will be the byte range if specified,
262262
otherwise the total size of the blob.
263263
"""
264264

0 commit comments

Comments
 (0)