Skip to content

Commit 056bd0e

Browse files
committed
Fix typo in changelog
1 parent 4f5d3ea commit 056bd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Version 1.0
3232
different design and also replaces ``Flask-Script``.
3333
- Error handlers that match specific classes are now checked first,
3434
thereby allowing catching exceptions that are subclasses of HTTP
35-
exceptions (in ``werkzeug.execptions``). This makes it possible
35+
exceptions (in ``werkzeug.exceptions``). This makes it possible
3636
for an extension author to create exceptions that will by default
3737
result in the HTTP error of their choosing, but may be caught with
3838
a custom error handler if desired.

0 commit comments

Comments
 (0)