Fixed a typo

This commit is contained in:
Armin Ronacher 2013-06-11 20:18:26 +01:00
parent f9f8180f15
commit 335cbe01ce

View file

@ -19,7 +19,7 @@ payload to give more context for the error.
This is a simple example::
from flask import jsonfiy
from flask import jsonify
class InvalidUsage(Exception):
status_code = 400