Skip to content

Commit 7a4e7a5

Browse files
chie8842tseaver
andauthored
docs: remove doubled word in docstring (#209)
Co-authored-by: Tres Seaver <[email protected]>
1 parent 844ce4f commit 7a4e7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/storage/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def download_blob_to_file(self, blob_or_uri, file_obj, start=None, end=None):
545545
(Optional) The last byte in a range to be downloaded.
546546
547547
Examples:
548-
Download a blob using using a blob resource.
548+
Download a blob using a blob resource.
549549
550550
>>> from google.cloud import storage
551551
>>> client = storage.Client()

0 commit comments

Comments
 (0)