dumps_kwargs parameter in docs

This commit is contained in:
kasun Herath 2018-12-18 23:16:14 +05:30
parent 12ad06b7ac
commit 24acc50d18
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ JSONRequest
The JSONRequest class extends the base :class:`Request` class with functionality for
dealing with JSON requests.
.. class:: JSONRequest(url, [... data])
.. class:: JSONRequest(url, [... data, dumps_kwargs])
The :class:`JSONRequest` class adds two new argument to the constructor. The
remaining arguments are the same as for the :class:`Request` class and are