Augustus D'Souza 10 years ago
parent
commit
709289037a
  1. 4
      flask/wrappers.py

4
flask/wrappers.py

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

Loading…
Cancel
Save