Skip to content

Commit

Permalink
Merge pull request #4491 from octopoulpe/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Mar 22, 2022
2 parents 7abcf57 + d80f41f commit 598afa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/errorhandling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ If a route receives an unallowed request method, a "405 Method Not Allowed"
subclasses of :class:`~werkzeug.exceptions.HTTPException` and are provided by
default in Flask.

Flask gives you to the ability to raise any HTTP exception registered by
Flask gives you the ability to raise any HTTP exception registered by
Werkzeug. However, the default HTTP exceptions return simple exception
pages. You might want to show custom error pages to the user when an error occurs.
This can be done by registering error handlers.
Expand Down

0 comments on commit 598afa0

Please sign in to comment.