#7782 closed (fixed)
Typo in the upload_handling documentation
| Reported by: | yml | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | File Uploads | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
There is a typo in the documentation : http://www.djangoproject.com/documentation/upload_handling/
It seems to me that "UploadedFile.chunk()" should be "UploadedFile.chunks()", the "s" is missing at the end of chunk.
Attachments (1)
Change History (6)
by , 17 years ago
| Attachment: | upload_handling.txt.patch added |
|---|
comment:1 by , 17 years ago
| Has patch: | set |
|---|
comment:2 by , 17 years ago
| milestone: | → 1.0 beta |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 17 years ago
| Summary: | Typo in the documentation → Typo in the upload_handling documentation |
|---|
comment:4 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Seems a bit silly to create a patch for it but I did so anyway.