forked from orbit-oss/flask
Fix a typo
`interchangable` → `interchangeable`
This commit is contained in:
parent
d5308bb80c
commit
6c0496a1f3
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Those two ways are equivalent, but the first one is more clear and leaves
|
|||
you with a function to call on your whim (and in tests). Note that
|
||||
:exc:`werkzeug.exceptions.HTTPException` subclasses like
|
||||
:exc:`~werkzeug.exceptions.BadRequest` from the example and their HTTP codes
|
||||
are interchangable when handed to the registration methods or decorator
|
||||
are interchangeable when handed to the registration methods or decorator
|
||||
(``BadRequest.code == 400``).
|
||||
|
||||
You are however not limited to a :exc:`~werkzeug.exceptions.HTTPException`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue