From dbdc192ca30b70a9f22c6bc4b3155bbccd01c323 Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 25 May 2020 17:05:22 +0100 Subject: Preferred usage of among/while to amongst/whilst. --- docs/topics/db/queries.txt | 2 +- docs/topics/files.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/topics') diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index 2afd500e54..bf154b658d 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -495,7 +495,7 @@ is ``'Beatles Blog'``:: This spanning can be as deep as you'd like. -It works backwards, too. Whilst it :attr:`can be customized +It works backwards, too. While it :attr:`can be customized <.ForeignKey.related_query_name>`, by default you refer to a "reverse" relationship in a lookup using the lowercase name of the model. diff --git a/docs/topics/files.txt b/docs/topics/files.txt index 73d0a11fff..59825023ce 100644 --- a/docs/topics/files.txt +++ b/docs/topics/files.txt @@ -75,9 +75,9 @@ location (:setting:`MEDIA_ROOT` if you are using the default .. note:: - Whilst :class:`~django.db.models.ImageField` non-image data attributes, - such as ``height``, ``width``, and ``size`` are available on the instance, - the underlying image data cannot be used without reopening the image. For + While :class:`~django.db.models.ImageField` non-image data attributes, such + as ``height``, ``width``, and ``size`` are available on the instance, the + underlying image data cannot be used without reopening the image. For example:: >>> from PIL import Image -- cgit v1.3