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 /django/utils/asyncio.py | |
| 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 'django/utils/asyncio.py')
| -rw-r--r-- | django/utils/asyncio.py | 2 |
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. |
