diff options
| author | Floris den Hengst <florisdenhengst@gmail.com> | 2015-03-07 17:34:33 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-14 12:29:27 -0400 |
| commit | bd36f2d43264c76e67192ad6ce28002cd4138106 (patch) | |
| tree | e3afd4faf689502d07b76caa5eec4b695f6a0eea /docs/ref/files | |
| parent | 5b91802718b61346967e7991cf3585554c4c97fa (diff) | |
[1.8.x] Fixed doc typos.
Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master
Diffstat (limited to 'docs/ref/files')
| -rw-r--r-- | docs/ref/files/uploads.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/files/uploads.txt b/docs/ref/files/uploads.txt index 5746985911..b6b60d9575 100644 --- a/docs/ref/files/uploads.txt +++ b/docs/ref/files/uploads.txt @@ -111,8 +111,8 @@ Subclasses of ``UploadedFile`` include: A file uploaded into memory (i.e. stream-to-memory). This class is used by the :class:`~django.core.files.uploadhandler.MemoryFileUploadHandler`. -Built-in upload handers -======================= +Built-in upload handlers +======================== .. module:: django.core.files.uploadhandler :synopsis: Django's handlers for file uploads. |
