Django

Code

Changeset 5758

Show
Ignore:
Timestamp:
07/24/07 22:18:17 (1 year ago)
Author:
adrian
Message:

Changed safe_join() docstring from [5750] to use active verbs. See also [5756]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/utils/_os.py

    r5750 r5758  
    33def safe_join(base, *paths): 
    44    """ 
    5     Join one or more path components to the base path component intelligently. 
    6     Return a normalized, absolute version of the final path. 
     5    Joins one or more path components to the base path component intelligently. 
     6    Returns a normalized, absolute version of the final path. 
    77 
    88    The final path must be located inside of the base path component (otherwise