mirror of https://github.com/scrapy/scrapy.git
Update request-response.rst
Fix small doc typo (too many backticks)
This commit is contained in:
parent
ee8464b471
commit
71b320914a
|
|
@ -43,7 +43,7 @@ Request objects
|
|||
:param body: the request body. If a ``unicode`` is passed, then it's encoded to
|
||||
``str`` using the `encoding` passed (which defaults to ``utf-8``). If
|
||||
``body`` is not given,, an empty string is stored. Regardless of the
|
||||
type of this argument, the final value stored will be a ``str``` (never
|
||||
type of this argument, the final value stored will be a ``str`` (never
|
||||
``unicode`` or ``None``).
|
||||
:type body: str or unicode
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue