summaryrefslogtreecommitdiff
path: root/docs/unicode.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-02-13 11:44:18 -0800
committerDavid Lord <davidism@gmail.com>2019-03-08 08:01:31 -0800
commitab6150fa49afc61b0c5eed6d9545d03d1958e384 (patch)
treead5f13c9c2775ca59cc8e82ec124c4e065a65d1b /docs/unicode.rst
parent048d707d25685e6aea675c53945ceb7619e60344 (diff)
downloadwerkzeug-code-style.tar.gz
apply code stylecode-style
* reorder-python-imports * line fixers * black * flake8
Diffstat (limited to 'docs/unicode.rst')
-rw-r--r--docs/unicode.rst2
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.