Fix typo.

This commit is contained in:
Itamar Turner-Trauring 2022-07-22 11:53:12 -04:00
parent 5cd9ccfc6a
commit f671b47a6d

View File

@ -504,7 +504,7 @@ def read_share_chunk(
else:
# Technically HTTP allows sending an OK with full body under these
# circumstances, but the server is not designed to do that so we ignore
# than possibility for now...
# that possibility for now...
raise ClientException(response.code)