Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#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)

upload_handling.txt.patch (507 bytes ) - added by Jan Hülsbergen <afoo42@…> 16 years ago.

Download all attachments as: .zip

Change History (6)

by Jan Hülsbergen <afoo42@…>, 16 years ago

Attachment: upload_handling.txt.patch added

comment:1 by Jan Hülsbergen <afoo42@…>, 16 years ago

Has patch: set

Seems a bit silly to create a patch for it but I did so anyway.

comment:2 by Simon Greenhill, 16 years ago

milestone: 1.0 beta
Triage Stage: UnreviewedReady for checkin

comment:3 by Simon Greenhill, 16 years ago

Summary: Typo in the documentationTypo in the upload_handling documentation

comment:4 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [7970]) Fixed #7782 -- Corrected documentation to refer to chunks(), rather than the deprecated chunk().

comment:5 by Jacob, 13 years ago

milestone: 1.0 beta

Milestone 1.0 beta deleted

Note: See TracTickets for help on using tickets.
Back to Top