Fix typo in docs

This commit is contained in:
Adrian Moennich 2021-07-06 22:05:31 +02:00
parent e81caa2e87
commit e83581dc60

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