diff options
| author | Aidan Feldman <aidan.feldman@gmail.com> | 2016-11-17 12:26:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-17 12:26:19 -0500 |
| commit | ed3ba3dbb8c589f2f7d45d110d34799c01b184fd (patch) | |
| tree | 8eb8b23773564eba2080535b51c02519b8a36ef4 /docs/user | |
| parent | 5562c0f09714f51c11dadcb544b4f720b338ea5c (diff) | |
| download | python-requests-ed3ba3dbb8c589f2f7d45d110d34799c01b184fd.tar.gz | |
correct backtick formatting
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 2276f9f1..4aa2bbf4 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -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 |
