Skip to content

Commit f0cc7a0

Browse files
committed
Simple commit to change email for cpython-cla-bot
1 parent 9b4c5c9 commit f0cc7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_httplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ def test_chunked(self):
10811081
self.assertEqual(resp.read(), expected)
10821082
resp.close()
10831083

1084-
# explicit full read
1084+
# Explicit full read
10851085
for n in (-1, None):
10861086
with self.subTest('full read', n=n):
10871087
sock = FakeSocket(chunked_start + last_chunk + chunked_end)

0 commit comments

Comments
 (0)