Fix typo.

This commit is contained in:
Itamar Turner-Trauring 2022-07-22 11:53:28 -04:00
parent f671b47a6d
commit 36b96a8776

View File

@ -494,7 +494,7 @@ def read_share_chunk(
actual_length = body.tell()
if actual_length != supposed_length:
# Most likely a mutable that got changed out from under us, but
# concievably could be a bug...
# conceivably could be a bug...
raise ValueError(
f"Length of response sent from server ({actual_length}) "
+ f"didn't match Content-Range header ({supposed_length})"