correct backtick formatting

This commit is contained in:
Aidan Feldman
2016-11-17 12:26:19 -05:00
committed by GitHub
parent 5562c0f097
commit ed3ba3dbb8
+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. Note that `chunk_size` is optional.
content. Note that ``chunk_size`` is optional.
Custom Headers