various typo fixes

This commit is contained in:
Finbarr O'Callaghan 2012-09-06 18:04:51 +01:00
parent 80b2689335
commit 48f7cdd016
6 changed files with 18 additions and 18 deletions

View file

@ -108,7 +108,7 @@ class Request(RequestBase):
def on_json_loading_failed(self, e):
"""Called if decoding of the JSON data failed. The return value of
this method is used by :attr:`json` when an error ocurred. The default
this method is used by :attr:`json` when an error occurred. The default
implementation raises a :class:`JSONBadRequest`, which is a subclass of
:class:`~werkzeug.exceptions.BadRequest` which sets the
``Content-Type`` to ``application/json`` and provides a JSON-formatted