Fix typo in docs

This commit is contained in:
Adrian Moennich 2021-07-06 22:05:31 +02:00
parent 7023145f79
commit 6e1b72096d

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