forked from orbit-oss/flask
Fix typo in docs
This commit is contained in:
parent
7023145f79
commit
6e1b72096d
1 changed files with 1 additions and 1 deletions
|
|
@ -1306,7 +1306,7 @@ class Flask(Scaffold):
|
||||||
|
|
||||||
.. versionchanged:: 1.0
|
.. versionchanged:: 1.0
|
||||||
Exceptions are looked up by code *and* by MRO, so
|
Exceptions are looked up by code *and* by MRO, so
|
||||||
``HTTPExcpetion`` subclasses can be handled with a catch-all
|
``HTTPException`` subclasses can be handled with a catch-all
|
||||||
handler for the base ``HTTPException``.
|
handler for the base ``HTTPException``.
|
||||||
|
|
||||||
.. versionadded:: 0.3
|
.. versionadded:: 0.3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue