Opened 6 years ago
Closed 6 years ago
#29524 closed Cleanup/optimization (worksforme)
Documentation Error
Reported by: | Jayakrishna Sahit | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | documentation, HttpRequest, request |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | yes |
Description (last modified by )
I believe that the HttpRequest Object has been represented wrongly. The class object and its attributes point to the object HttpRequest object but are however for the request object. This error is present in all version documentation.
Possible Fix
Either making clear that the HttpRequest object being referred to is actually the request object or changing all the HttpRequest text to request.
Attachments (2)
Change History (4)
by , 6 years ago
Attachment: | Screen Shot 2018-06-25 at 10.10.14 PM.png added |
---|
comment:1 by , 6 years ago
Description: | modified (diff) |
---|
comment:2 by , 6 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I think most people reading these examples should understand the convention of using the variable name request
to refer to an HttpRequest
.
change in object name