diff --git a/google/cloud/storage/client.py b/google/cloud/storage/client.py index 2fb7fb75c..118377b7c 100644 --- a/google/cloud/storage/client.py +++ b/google/cloud/storage/client.py @@ -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()