Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google/cloud/storage/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def download_blob_to_file(self, blob_or_uri, file_obj, start=None, end=None):
(Optional) The last byte in a range to be downloaded.

Examples:
Download a blob using using a blob resource.
Download a blob using a blob resource.

>>> from google.cloud import storage
>>> client = storage.Client()
Expand Down