diff --git a/docs/errorhandling.rst b/docs/errorhandling.rst index b010571c..132e2269 100644 --- a/docs/errorhandling.rst +++ b/docs/errorhandling.rst @@ -35,12 +35,12 @@ Error handlers .. versionadded:: 1.0 -You might want to show error pages to the user when an error occurs. +You might want to show custom error pages to the user when an error occurs. This can be done by registering error handlers. Error handlers are normal :ref:`views` but instead of being registered for -routes they are registered exceptions that are rised while trying to do -something else. +routes they are registered for exceptions that are rised while trying to +do something else. Registering ```````````