Skip to content

Commit d14f57d

Browse files
author
Daniel Neuhäuser
committed
Merge pull request pallets#895 from daybarr/patch-1
Fix typo in docs for error_handler_spec
2 parents 5689ef3 + c021e58 commit d14f57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/app.py

Lines changed: 1 addition & 1 deletion
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)