Opened 15 years ago

Closed 15 years ago

#11728 closed (fixed)

Documentation typo

Reported by: Tommstein Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: typo
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the documentation for Request and response objects, under the documentation for QueryDict.__getitem__(key), it talks about it raising django.utils.datastructure.MultiValueDictKeyError. However, that should be datastructures, not datastructure.

Change History (2)

comment:1 by Tim Graham, 15 years ago

Keywords: typo added
Triage Stage: UnreviewedReady for checkin
Version: 1.1SVN

comment:2 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [11536]) Fixed #11728 -- Corrected a typo in a class name in the request/response docs. Thanks to Tommstein for the report.

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