mirror of https://github.com/scrapy/scrapy.git
Fix indentation
This commit is contained in:
parent
633abfbea1
commit
f68dc3026d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue