From f81e6e3a53ee36e3f730a71aa55a5744982dd016 Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 25 Jul 2025 10:24:17 +0100 Subject: Refs #36485 -- Rewrapped docs to 79 columns line length. Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. --- docs/ref/files/file.txt | 10 +++++----- docs/ref/files/uploads.txt | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/ref/files') 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 diff --git a/docs/ref/files/uploads.txt b/docs/ref/files/uploads.txt index 39456c16f0..dd8ff99689 100644 --- a/docs/ref/files/uploads.txt +++ b/docs/ref/files/uploads.txt @@ -25,8 +25,8 @@ You'll usually use one of these methods to access the uploaded content: .. method:: UploadedFile.multiple_chunks(chunk_size=None) Returns ``True`` if the uploaded file is big enough to require reading in - multiple chunks. By default this will be any file larger than 2.5 megabytes, - but that's configurable; see below. + multiple chunks. By default this will be any file larger than 2.5 + megabytes, but that's configurable; see below. .. method:: UploadedFile.chunks(chunk_size=None) -- cgit v1.3