Skip to content

Commit

Permalink
docs: remove doubled word in docstring (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: Tres Seaver <tseaver@palladion.com>
  • Loading branch information
chie8842 and tseaver committed Jul 21, 2020
1 parent 844ce4f commit 7a4e7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/storage/client.py
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

0 comments on commit 7a4e7a5

Please sign in to comment.