Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.

This also removes unnecessary comments with the previous spelling.

AP Stylebook has a short entry to advise the preferred spelling for
"en-us". "Afterwards" is preferred in British English.
This commit is contained in:
David Smith 2021-07-27 09:41:51 +01:00 committed by GitHub
parent 3d9040a50b
commit 1cba320786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 28 additions and 41 deletions

View file

@ -182,7 +182,7 @@ the SQL operator ``&&``. For example::
``len``
~~~~~~~
Returns the length of the array. The lookups available afterwards are those
Returns the length of the array. The lookups available afterward are those
available for :class:`~django.db.models.IntegerField`. For example::
>>> Post.objects.create(name='First post', tags=['thoughts', 'django'])