Fix indentation

This commit is contained in:
Thom Dixon 2016-08-24 09:11:27 -07:00
parent 633abfbea1
commit f68dc3026d
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ Response objects
:type status: integer
:param headers: the headers of this response. The dict values can be strings
(for single valued headers) or lists (for multi-valued headers).
(for single valued headers) or lists (for multi-valued headers).
:type headers: dict
:param body: the response body. It must be str, not unicode, unless you're