Django

Code

Changeset 1196

Show
Ignore:
Timestamp:
11/11/05 21:48:53 (3 years ago)
Author:
adrian
Message:

Fixed ReST bug in docs/syndication_feeds.txt

Files:

Legend:

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

    r1195 r1196  
    498498 
    499499Each of these three classes knows how to render a certain type of feed as XML. 
    500 They share this interface:: 
     500They share this interface: 
    501501 
    502502``__init__(title, link, description, language=None, author_email=None,