diff options
Diffstat (limited to 'docs/unicode.rst')
| -rw-r--r-- | docs/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/unicode.rst b/docs/unicode.rst index 0dc977a7..d8eaa84c 100644 --- a/docs/unicode.rst +++ b/docs/unicode.rst @@ -95,7 +95,7 @@ argument that behaves like the `errors` parameter of the builtin string method Unlike the regular python decoding Werkzeug does not raise an :exc:`UnicodeDecodeError` if the decoding failed but an :exc:`~exceptions.HTTPUnicodeError` which -is a direct subclass of `UnicodeError` and the `BadRequest` HTTP exception. +is a direct subclass of `UnicodeError` and the `BadRequest` HTTP exception. The reason is that if this exception is not caught by the application but a catch-all for HTTP exceptions exists a default `400 BAD REQUEST` error page is displayed. |
