Skip to content

Commit c41a1cd

Browse files
committed
Another typo fix
1 parent a354c39 commit c41a1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/errorpages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ An error handler is a function, just like a view function, but it is
4949
called when an error happens and is passed that error. The error is most
5050
likely a :exc:`~werkzeug.exceptions.HTTPException`, but in one case it
5151
can be a different error: a handler for internal server errors will be
52-
passed other exception instances as well if they are uncought.
52+
passed other exception instances as well if they are uncaught.
5353

5454
An error handler is registered with the :meth:`~flask.Flask.errorhandler`
5555
decorator and the error code of the exception. Keep in mind that Flask

0 commit comments

Comments
 (0)