diff --git a/flask/wrappers.py b/flask/wrappers.py index 541d26ef3c..3ee718ffb8 100644 --- a/flask/wrappers.py +++ b/flask/wrappers.py @@ -118,7 +118,6 @@ def on_json_loading_failed(self, e): this server could not understand."} .. versionchanged:: 0.9 - Return a :class:`JSONBadRequest` instead of a :class:`~werkzeug.exceptions.BadRequest` by default.