Django

Code

Changeset 6768

Show
Ignore:
Timestamp:
11/29/07 23:14:09 (1 year ago)
Author:
adrian
Message:

Edited docstring from [6505] -- single spaces separate sentences, not double spaces.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/views/static.py

    r6731 r6768  
    11""" 
    2 Views and functions for serving static files. These are only to be used 
     2Views and functions for serving static files. These are only to be used 
    33during development, and SHOULD NOT be used in a production setting. 
    44"""