mirror of https://github.com/scrapy/scrapy.git
docs change
This commit is contained in:
parent
8f1507a4a5
commit
12ad06b7ac
|
|
@ -529,8 +529,8 @@ dealing with JSON requests.
|
|||
set to ``'POST'`` automatically.
|
||||
:type data: JSON serializable object
|
||||
|
||||
:param dumps_kwargs: Parameters that will be passed to underlying `json.dumps`_ method which is used to serialize data
|
||||
into JSON format.
|
||||
:param dumps_kwargs: Parameters that will be passed to underlying `json.dumps`_ method which is used to serialize
|
||||
data into JSON format.
|
||||
:type dumps_kwargs: dict
|
||||
|
||||
.. _json.dumps: https://docs.python.org/3/library/json.html#json.dumps
|
||||
|
|
|
|||
Loading…
Reference in New Issue