Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ce6aa4

Browse files
committed
Fix dangling whitespace
1 parent 38d9643 commit 4ce6aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/http/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ def _readinto_chunked(self, b):
599599
break
600600
except ValueError:
601601
raise IncompleteRead(bytes(b[0:total_bytes]))
602-
602+
603603
if len(mvb) < chunk_left:
604604
n = self._safe_readinto(mvb)
605605
self.chunk_left = chunk_left - n

0 commit comments

Comments
 (0)