From c41a1cd8dca1110ca22da93fb80111b29c7e5740 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 7 Aug 2010 13:38:26 +0200 Subject: [PATCH] Another typo fix --- docs/patterns/errorpages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/errorpages.rst b/docs/patterns/errorpages.rst index 95677644..d7852549 100644 --- a/docs/patterns/errorpages.rst +++ b/docs/patterns/errorpages.rst @@ -49,7 +49,7 @@ An error handler is a function, just like a view function, but it is called when an error happens and is passed that error. The error is most likely a :exc:`~werkzeug.exceptions.HTTPException`, but in one case it can be a different error: a handler for internal server errors will be -passed other exception instances as well if they are uncought. +passed other exception instances as well if they are uncaught. An error handler is registered with the :meth:`~flask.Flask.errorhandler` decorator and the error code of the exception. Keep in mind that Flask