File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments