summaryrefslogtreecommitdiff
path: root/django/utils/asyncio.py
diff options
context:
space:
mode:
authorDavid Smith <39445562+smithdc1@users.noreply.github.com>2021-07-30 19:34:50 +0100
committerGitHub <noreply@github.com>2021-07-30 20:34:50 +0200
commitfbb1984046ae00bdf0b894a6b63294395da1cce8 (patch)
treee82e7b4c6bb04a035c62cacda31f302a6eefb006 /django/utils/asyncio.py
parentf2ed2211c26ba375390cb76725c95ae970a0fd1d (diff)
downloaddjango-fbb1984046ae00bdf0b894a6b63294395da1cce8.tar.gz
Refs #32956 -- Updated words ending in -wards.
AP styleguide: Virtually none of the words ending with -wards end with an s.
Diffstat (limited to 'django/utils/asyncio.py')
-rw-r--r--django/utils/asyncio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/asyncio.py b/django/utils/asyncio.py
index 285adbef8a..740ce5481a 100644
--- a/django/utils/asyncio.py
+++ b/django/utils/asyncio.py
@@ -21,7 +21,7 @@ def async_unsafe(message):
pass
else:
raise SynchronousOnlyOperation(message)
- # Pass onwards.
+ # Pass onward.
return func(*args, **kwargs)
return inner
# If the message is actually a function, then be a no-arguments decorator.