Skip to content

Commit

Permalink
Fixed #2646 -- Removed unneeded comma in docs/syndication_feeds.txt. …
Browse files Browse the repository at this point in the history
…Thanks, lec9@leicester.ac.uk

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3721 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Sep 5, 2006
1 parent cba5557 commit 7bd9462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syndication_feeds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ This example creates an Atom 1.0 feed and prints it to standard output::
... title=u"My Weblog",
... link=u"http://www.example.com/",
... description=u"In which I write about what I ate today.",
... language=u"en"),
... language=u"en")
>>> f.add_item(title=u"Hot dog today",
... link=u"http://www.example.com/entries/1/",
... description=u"<p>Today I had a Vienna Beef hot dog. It was pink, plump and perfect.</p>")
Expand Down

0 comments on commit 7bd9462

Please sign in to comment.