Merge branch '2.0.x'

This commit is contained in:
Adrian Moennich 2021-07-06 22:06:20 +02:00
commit 7a73171edc
2 changed files with 3 additions and 3 deletions

View file

@ -1306,7 +1306,7 @@ class Flask(Scaffold):
.. versionchanged:: 1.0
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``.
.. versionadded:: 0.3