Skip to content

Commit eac91cb

Browse files
authored
docs: fix exception field in tm reference docs (#1164)
1 parent 2f92c3a commit eac91cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

google/cloud/storage/transfer_manager.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -865,11 +865,11 @@ def download_chunks_concurrently(
865865
:raises:
866866
:exc:`concurrent.futures.TimeoutError`
867867
if deadline is exceeded.
868-
:exc:`google.resumable_media.common.DataCorruption` if the download's
869-
checksum doesn't agree with server-computed checksum. The
870-
`google.resumable_media` exception is used here for consistency
871-
with other download methods despite the exception originating
872-
elsewhere.
868+
:exc:`google.resumable_media.common.DataCorruption`
869+
if the download's checksum doesn't agree with server-computed
870+
checksum. The `google.resumable_media` exception is used here for
871+
consistency with other download methods despite the exception
872+
originating elsewhere.
873873
"""
874874
client = blob.client
875875

0 commit comments

Comments
 (0)