fix typo in errorhandling doc

This commit is contained in:
ToolMoney 2023-06-29 17:20:35 -07:00
parent f39c71609e
commit aea13d5a10
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ responses, you could also pass them through directly.
Error handlers still respect the exception class hierarchy. If you
register handlers for both ``HTTPException`` and ``Exception``, the
``Exception`` handler will not handle ``HTTPException`` subclasses
because it the ``HTTPException`` handler is more specific.
because the ``HTTPException`` handler is more specific.
Unhandled Exceptions