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 , 15 years ago
Keywords: | typo added |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
Version: | 1.1 → SVN |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [11536]) Fixed #11728 -- Corrected a typo in a class name in the request/response docs. Thanks to Tommstein for the report.