#9374 closed (fixed)
Minor punctuation - Missing Closing Paren
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.