#9374 closed (fixed)
Minor punctuation - Missing Closing Paren
Reported by: | jordy | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There's a line in the docs that's missing a closing parenthesis.
Here's the page (and anchor):
http://docs.djangoproject.com/en/dev/topics/serialization/#serializing-data
Here's the line:
"This is useful if you want to serialize data directly to a file-like object (which includes an HttpResponse"
Patch: Add closing parenthesis. ;)
PS - Django rules!
Change History (2)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [9318]) Fixed #9374 -- Added missing close paren in serialization doc. Thanks jordy.