Another typo fix

This commit is contained in:
Armin Ronacher 2010-08-07 13:38:26 +02:00
parent a354c393ae
commit c41a1cd8dc

View file

@ -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