Refs #32956 -- Updated words ending in -wards.

AP styleguide: Virtually none of the words ending with -wards end with
an s.
This commit is contained in:
David Smith 2021-07-30 19:34:50 +01:00 committed by GitHub
parent f2ed2211c2
commit fbb1984046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 31 additions and 32 deletions

View file

@ -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: