clarify that the chunk_size is optional when streaming to a file

This commit is contained in:
Aidan Feldman
2016-11-17 12:21:58 -05:00
committed by GitHub
parent 5b66b364a7
commit 5562c0f097
+1 -1
View File
@@ -184,7 +184,7 @@ streamed to a file::
Using ``Response.iter_content`` will handle a lot of what you would otherwise
have to handle when using ``Response.raw`` directly. When streaming a
download, the above is the preferred and recommended way to retrieve the
content.
content. Note that `chunk_size` is optional.
Custom Headers