docs change

This commit is contained in:
kasun Herath 2018-12-17 23:17:13 +05:30
parent 8f1507a4a5
commit 12ad06b7ac
1 changed files with 2 additions and 2 deletions

View File

@ -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