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:54 -0400 |
| commit | 08f38d19f8a13d9976a41e5b422d8e248e1841e2 (patch) | |
| tree | e5a98a86e7682cf86db68a0138dcb20275a0e230 /docs/ref/files/uploads.txt | |
| parent | f8ed647435e13d62d4df0bbc76d37b91d0ad81fb (diff) | |
[1.7.x] Fixed doc typos.
Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master
Diffstat (limited to 'docs/ref/files/uploads.txt')
| -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 1b9103bb3b..96e3dd0154 100644 --- a/docs/ref/files/uploads.txt +++ b/docs/ref/files/uploads.txt @@ -106,8 +106,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. |
