Skip to content

Commit 79f2ec3

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requests/utils.py

Lines changed: 1 addition & 1 deletion
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)