Skip to content

Commit c021e58

Browse files
committed
Fix typo in docs for error_handler_spec
1 parent 5689ef3 commit c021e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def __init__(self, import_name, static_path=None, static_url_path=None,
361361
#: A dictionary of all registered error handlers. The key is `None`
362362
#: for error handlers active on the application, otherwise the key is
363363
#: the name of the blueprint. Each key points to another dictionary
364-
#: where they key is the status code of the http exception. The
364+
#: where the key is the status code of the http exception. The
365365
#: special key `None` points to a list of tuples where the first item
366366
#: is the class for the instance check and the second the error handler
367367
#: function.

0 commit comments

Comments
 (0)