Django

Code

Changeset 6773

Show
Ignore:
Timestamp:
11/29/07 23:27:49 (11 months ago)
Author:
adrian
Message:

Edited docs/syndication_feeds.txt changes from [6570]

Files:

Legend:

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

    r6741 r6773  
    565565            """ 
    566566            Takes the object returned by get_object() and returns the feed's 
    567             TTL (Time to live) as a normal Python string. 
     567            TTL (Time To Live) as a normal Python string. 
    568568            """ 
    569569 
    570570        def ttl(self): 
    571571            """ 
    572             Returns the feed's ttl as a normal Python string. 
    573             """ 
    574  
    575         ttl = 600 # Hard-coded Time to live. 
     572            Returns the feed's TTL as a normal Python string. 
     573            """ 
     574 
     575        ttl = 600 # Hard-coded Time To Live. 
    576576 
    577577        # ITEMS -- One of the following three is required. The framework looks