diff --git a/docs/upload_handling.txt b/docs/upload_handling.txt index 3b88ce4e3d..e11d0d94f0 100644 --- a/docs/upload_handling.txt +++ b/docs/upload_handling.txt @@ -72,7 +72,7 @@ methods to access the uploaded content: reading in multiple chunks. By default this will be any file larger than 2.5 megabytes, but that's configurable; see below. - ``UploadedFile.chunk()`` + ``UploadedFile.chunks()`` A generator returning chunks of the file. If ``multiple_chunks()`` is ``True``, you should use this method in a loop instead of ``read()``.