Fix typo in CHANGES.rst (#3077)

This commit is contained in:
Carson Ip 2019-01-18 16:13:13 +08:00 committed by Adrian
parent 33c89aab14
commit 74691fbe01

View file

@ -43,7 +43,7 @@ Unreleased
- :func:`send_file` handles an ``attachment_filename`` that is a
native Python 2 string (bytes) with UTF-8 coded bytes. (`#2933`_)
- A catch-all error handler registered for ``HTTPException`` will not
handle ``RoutingExcpetion``, which is used internally during
handle ``RoutingException``, which is used internally during
routing. This fixes the unexpected behavior that had been introduced
in 1.0. (`#2986`_)