Fixed a typo
This commit is contained in:
parent
f9f8180f15
commit
335cbe01ce
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ payload to give more context for the error.
|
||||||
|
|
||||||
This is a simple example::
|
This is a simple example::
|
||||||
|
|
||||||
from flask import jsonfiy
|
from flask import jsonify
|
||||||
|
|
||||||
class InvalidUsage(Exception):
|
class InvalidUsage(Exception):
|
||||||
status_code = 400
|
status_code = 400
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue