diff options
Diffstat (limited to 'django/core/files/base.py')
| -rw-r--r-- | django/core/files/base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django/core/files/base.py b/django/core/files/base.py index 9682467afa..b8613ffc55 100644 --- a/django/core/files/base.py +++ b/django/core/files/base.py @@ -67,8 +67,8 @@ class File(FileProxyMixin): Return ``True`` if you can expect multiple chunks. NB: If a particular file representation is in memory, subclasses should - always return ``False`` -- there's no good reason to read from memory in - chunks. + always return ``False`` -- there's no good reason to read from memory + in chunks. """ return self.size > (chunk_size or self.DEFAULT_CHUNK_SIZE) |
