Skip to content

Commit 15acc9f

Browse files
minho42sethmlarson
authored andcommitted
Fix typo (urllib3#1654)
1 parent 3387b20 commit 15acc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def test_deflate_streaming_tell_intermediate_point(self):
434434

435435
class MockCompressedDataReading(BytesIO):
436436
"""
437-
A ByteIO-like reader returning ``payload`` in ``NUMBER_OF_READS``
437+
A BytesIO-like reader returning ``payload`` in ``NUMBER_OF_READS``
438438
calls to ``read``.
439439
"""
440440

0 commit comments

Comments
 (0)