Documentation updates

This commit is contained in:
Adam Byrtek 2015-04-12 23:34:03 +01:00 committed by Markus Unterwaditzer
parent 5575faad92
commit 5ebdd5dd74
3 changed files with 6 additions and 4 deletions

View file

@ -57,7 +57,7 @@ class JSONMixin(object):
return self.data
def get_json(self, force=False, silent=False, cache=True):
"""Parses the incoming JSON request data and returns it. By default
"""Parses the JSON request/response data and returns it. By default
this function will return ``None`` if the mimetype is not
:mimetype:`application/json` but this can be overridden by the
``force`` parameter. If parsing fails the