Skip to content

Commit

Permalink
Grammar fix (#6133)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshivaji committed May 13, 2022
1 parent cb233a1 commit 79f2ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests/utils.py
Expand Up @@ -556,7 +556,7 @@ def get_encoding_from_headers(headers):


def stream_decode_response_unicode(iterator, r):
"""Stream decodes a iterator."""
"""Stream decodes an iterator."""

if r.encoding is None:
yield from iterator
Expand Down

0 comments on commit 79f2ec3

Please sign in to comment.