mirror of
https://github.com/django/django.git
synced 2025-03-01 12:24:31 +00:00
Fixed typo in django.core.files.File docstring.
This commit is contained in:
parent
5bc3123479
commit
2c39f282b8
@ -70,7 +70,7 @@ class File(FileProxyMixin):
|
||||
|
||||
def chunks(self, chunk_size=None):
|
||||
"""
|
||||
Read the file and yield chucks of ``chunk_size`` bytes (defaults to
|
||||
Read the file and yield chunks of ``chunk_size`` bytes (defaults to
|
||||
``UploadedFile.DEFAULT_CHUNK_SIZE``).
|
||||
"""
|
||||
if not chunk_size:
|
||||
|
Loading…
x
Reference in New Issue
Block a user