fix typo in errorhandling doc (#5180)

This commit is contained in:
David Lord 2023-06-29 17:28:25 -07:00 committed by GitHub
commit 09789f2a34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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