Merge pull request #3862 from huimingz/patch-1

Document json.loads parameter description error
This commit is contained in:
Grey Li 2021-01-03 19:52:36 -06:00 committed by GitHub
commit 444550ab0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ def loads(s, app=None, **kwargs):
:param app: App instance to use to configure the JSON decoder.
Uses ``current_app`` if not given, and falls back to the default
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