Django

Code

Changeset 3721

Show
Ignore:
Timestamp:
09/04/06 19:20:53 (2 years ago)
Author:
adrian
Message:

Fixed #2646 -- Removed unneeded comma in docs/syndication_feeds.txt. Thanks, lec9@leicester.ac.uk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/syndication_feeds.txt

    r3451 r3721  
    708708    ...     link=u"http://www.example.com/", 
    709709    ...     description=u"In which I write about what I ate today.", 
    710     ...     language=u"en"), 
     710    ...     language=u"en") 
    711711    >>> f.add_item(title=u"Hot dog today", 
    712712    ...     link=u"http://www.example.com/entries/1/",