From 6914e359c1e918ee2f71558deef9a9c2d8638efe Mon Sep 17 00:00:00 2001 From: chie8842 Date: Sat, 18 Jul 2020 16:51:53 +0900 Subject: [PATCH] fix typo --- google/cloud/storage/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()