Skip to content

Commit

Permalink
docs: remove doubled word in docstring (googleapis#209)
Browse files Browse the repository at this point in the history
Co-authored-by: Tres Seaver <tseaver@palladion.com>
  • Loading branch information
2 people authored and cojenco committed Oct 13, 2021
1 parent 7421671 commit 6179da3
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 6179da3

Please sign in to comment.