mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
Grammar fix (#6133)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user