diff options
author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2021-07-27 09:41:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 10:41:51 +0200 |
commit | 1cba3207867fb168788ad6120770d0398b6b2807 (patch) | |
tree | d5e345b7a46f90a3dc22b3d03949524d73ad197d /docs/ref/contrib/postgres | |
parent | 3d9040a50b160f8b4bb580e09f4120d4979fe29e (diff) | |
download | django-1cba3207867fb168788ad6120770d0398b6b2807.tar.gz |
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.
Diffstat (limited to 'docs/ref/contrib/postgres')
-rw-r--r-- | docs/ref/contrib/postgres/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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']) |