Skip to content

Commit

Permalink
Merge pull request pallets#1721 from pra85/patch-1
Browse files Browse the repository at this point in the history
typo: interchangable -> interchangeable
  • Loading branch information
davidism committed Feb 8, 2016
2 parents d5308bb + 6c0496a commit f63cd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/errorhandling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Those two ways are equivalent, but the first one is more clear and leaves
you with a function to call on your whim (and in tests). Note that
:exc:`werkzeug.exceptions.HTTPException` subclasses like
:exc:`~werkzeug.exceptions.BadRequest` from the example and their HTTP codes
are interchangable when handed to the registration methods or decorator
are interchangeable when handed to the registration methods or decorator
(``BadRequest.code == 400``).

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

0 comments on commit f63cd72

Please sign in to comment.