Skip to content

Commit

Permalink
docs: fix exception field in tm reference docs (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsg committed Oct 20, 2023
1 parent 2f92c3a commit eac91cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions google/cloud/storage/transfer_manager.py
Expand Up @@ -865,11 +865,11 @@ def download_chunks_concurrently(
:raises:
:exc:`concurrent.futures.TimeoutError`
if deadline is exceeded.
:exc:`google.resumable_media.common.DataCorruption` if the download's
checksum doesn't agree with server-computed checksum. The
`google.resumable_media` exception is used here for consistency
with other download methods despite the exception originating
elsewhere.
:exc:`google.resumable_media.common.DataCorruption`
if the download's checksum doesn't agree with server-computed
checksum. The `google.resumable_media` exception is used here for
consistency with other download methods despite the exception
originating elsewhere.
"""
client = blob.client

Expand Down

0 comments on commit eac91cb

Please sign in to comment.