From 7a4e7a5974abedb0b7b2e110cacbfcd0a40346b6 Mon Sep 17 00:00:00 2001 From: Chie Hayashida Date: Wed, 22 Jul 2020 02:22:41 +0900 Subject: [PATCH] docs: remove doubled word in docstring (#209) Co-authored-by: Tres Seaver --- 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()