Skip to content

Commit f63cd72

Browse files
committed
Merge pull request pallets#1721 from pra85/patch-1
typo: interchangable -> interchangeable
2 parents d5308bb + 6c0496a commit f63cd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/errorhandling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Those two ways are equivalent, but the first one is more clear and leaves
5656
you with a function to call on your whim (and in tests). Note that
5757
:exc:`werkzeug.exceptions.HTTPException` subclasses like
5858
:exc:`~werkzeug.exceptions.BadRequest` from the example and their HTTP codes
59-
are interchangable when handed to the registration methods or decorator
59+
are interchangeable when handed to the registration methods or decorator
6060
(``BadRequest.code == 400``).
6161

6262
You are however not limited to a :exc:`~werkzeug.exceptions.HTTPException`

0 commit comments

Comments
 (0)