From 1cba3207867fb168788ad6120770d0398b6b2807 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Tue, 27 Jul 2021 09:41:51 +0100 Subject: 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. --- docs/ref/contrib/postgres/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/contrib/postgres') diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index 606aa5ba65..6e2fc3af5f 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -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']) -- cgit v1.2.1