Fixed #2646 -- Removed unneeded comma in docs/syndication_feeds.txt. Thanks, lec9@leicester.ac.uk
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3721 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cba5557c7a
commit
7bd946258e
|
@ -707,7 +707,7 @@ This example creates an Atom 1.0 feed and prints it to standard output::
|
||||||
... title=u"My Weblog",
|
... title=u"My Weblog",
|
||||||
... link=u"http://www.example.com/",
|
... link=u"http://www.example.com/",
|
||||||
... description=u"In which I write about what I ate today.",
|
... 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",
|
>>> f.add_item(title=u"Hot dog today",
|
||||||
... link=u"http://www.example.com/entries/1/",
|
... 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>")
|
... description=u"<p>Today I had a Vienna Beef hot dog. It was pink, plump and perfect.</p>")
|
||||||
|
|
Loading…
Reference in New Issue