diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2021-07-30 19:34:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-30 20:34:50 +0200 |
| commit | fbb1984046ae00bdf0b894a6b63294395da1cce8 (patch) | |
| tree | e82e7b4c6bb04a035c62cacda31f302a6eefb006 /docs/topics/http | |
| parent | f2ed2211c26ba375390cb76725c95ae970a0fd1d (diff) | |
Refs #32956 -- Updated words ending in -wards.
AP styleguide: Virtually none of the words ending with -wards end with
an s.
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/middleware.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/middleware.txt b/docs/topics/http/middleware.txt index fa727aed75..275f739566 100644 --- a/docs/topics/http/middleware.txt +++ b/docs/topics/http/middleware.txt @@ -287,7 +287,7 @@ that exception; instead it will get an :class:`~django.http.HttpResponse` object with a :attr:`~django.http.HttpResponse.status_code` of 404. You can set :setting:`DEBUG_PROPAGATE_EXCEPTIONS` to ``True`` to skip this -conversion and propagate exceptions upwards. +conversion and propagate exceptions upward. .. _async-middleware: |
