From eac91cb6ffb0066248f824fc1f307140dd7c85da Mon Sep 17 00:00:00 2001 From: Andrew Gorcester Date: Fri, 20 Oct 2023 13:06:13 -0700 Subject: [PATCH] docs: fix exception field in tm reference docs (#1164) --- google/cloud/storage/transfer_manager.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/google/cloud/storage/transfer_manager.py b/google/cloud/storage/transfer_manager.py index 6abdb487e..8190f844d 100644 --- a/google/cloud/storage/transfer_manager.py +++ b/google/cloud/storage/transfer_manager.py @@ -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