Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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 Karen Tracey, 16 years ago

Resolution: fixed
Status: newclosed

(In [9318]) Fixed #9374 -- Added missing close paren in serialization doc. Thanks jordy.

comment:2 by Karen Tracey, 16 years ago

(In [9319]) [1.0.X] Fixed #9374 -- Added missing close paren in serialization doc. Thanks jordy.

[9318] from trunk.

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