Corrected api docs

http://flask.pocoo.org/docs/0.10/api/#flask.Request.get_json
This commit is contained in:
Augustus D'Souza 2014-10-18 13:14:04 +05:30
parent ddb5f9dc49
commit 709289037a

View file

@ -115,8 +115,8 @@ class Request(RequestBase):
but this can be overriden by the `force` parameter.
:param force: if set to `True` the mimetype is ignored.
:param silent: if set to `False` this method will fail silently
and return `False`.
:param silent: if set to `True` this method will fail silently
and return `None`.
:param cache: if set to `True` the parsed JSON data is remembered
on the request.
"""