From fbb1984046ae00bdf0b894a6b63294395da1cce8 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Fri, 30 Jul 2021 19:34:50 +0100 Subject: Refs #32956 -- Updated words ending in -wards. AP styleguide: Virtually none of the words ending with -wards end with an s. --- django/utils/asyncio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/utils/asyncio.py') 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. -- cgit v1.2.1