summaryrefslogtreecommitdiff
path: root/docs/topics/files.txt
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2020-05-25 17:05:22 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-03 21:02:48 +0200
commitdbdc192ca30b70a9f22c6bc4b3155bbccd01c323 (patch)
treebb8ddf9934dcf6ba05b9dd8e081a76f02f162a36 /docs/topics/files.txt
parent25352dc019d175dfa6e62a50de76cb3614955077 (diff)
downloaddjango-dbdc192ca30b70a9f22c6bc4b3155bbccd01c323.tar.gz
Preferred usage of among/while to amongst/whilst.
Diffstat (limited to 'docs/topics/files.txt')
-rw-r--r--docs/topics/files.txt6
1 files changed, 3 insertions, 3 deletions
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