Skip to content

Commit 79f2ec3

Browse files
authored
Grammar fix (#6133)
1 parent cb233a1 commit 79f2ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def get_encoding_from_headers(headers):
556556

557557

558558
def stream_decode_response_unicode(iterator, r):
559-
"""Stream decodes a iterator."""
559+
"""Stream decodes an iterator."""
560560

561561
if r.encoding is None:
562562
yield from iterator

0 commit comments

Comments
 (0)