summaryrefslogtreecommitdiff
path: root/docs/ref/files/file.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/files/file.txt')
-rw-r--r--docs/ref/files/file.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/files/file.txt b/docs/ref/files/file.txt
index 23a3814f5d..6fd56c227b 100644
--- a/docs/ref/files/file.txt
+++ b/docs/ref/files/file.txt
@@ -36,11 +36,11 @@ The ``File`` class
Some subclasses of :class:`File`, including
:class:`~django.core.files.base.ContentFile` and
:class:`~django.db.models.fields.files.FieldFile`, may replace this
- attribute with an object other than a Python :py:term:`file object`.
- In these cases, this attribute may itself be a :class:`File`
- subclass (and not necessarily the same subclass). Whenever
- possible, use the attributes and methods of the subclass itself
- rather than the those of the subclass's ``file`` attribute.
+ attribute with an object other than a Python :py:term:`file
+ object`. In these cases, this attribute may itself be a
+ :class:`File` subclass (and not necessarily the same subclass).
+ Whenever possible, use the attributes and methods of the subclass
+ itself rather than the those of the subclass's ``file`` attribute.
.. attribute:: mode