1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 17:04:00 +00:00

Merge pull request #864 from younghz/master

Duplicate comma in request-response.rst
This commit is contained in:
Mikhail Korobov 2014-08-28 18:52:51 +06:00
commit 774ab74ad2

View File

@ -51,7 +51,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
``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
``unicode`` or ``None``).
:type body: str or unicode