forked from orbit-oss/flask
Document parameter description error
The loads function has the wrong 'kwargs' parameter description
This commit is contained in:
parent
7d3ae48d57
commit
aff21fd8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ def loads(s, app=None, **kwargs):
|
||||||
:param app: App instance to use to configure the JSON decoder.
|
:param app: App instance to use to configure the JSON decoder.
|
||||||
Uses ``current_app`` if not given, and falls back to the default
|
Uses ``current_app`` if not given, and falls back to the default
|
||||||
encoder when not in an app context.
|
encoder when not in an app context.
|
||||||
:param kwargs: Extra arguments passed to :func:`json.dumps`.
|
:param kwargs: Extra arguments passed to :func:`json.loads`.
|
||||||
|
|
||||||
.. versionchanged:: 1.0.3
|
.. versionchanged:: 1.0.3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue