Skip to content

Commit

Permalink
Changed safe_join() docstring from [5750] to use active verbs. See al…
Browse files Browse the repository at this point in the history
…so [5756]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5758 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jul 25, 2007
1 parent 6b7c332 commit b263e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/utils/_os.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


def safe_join(base, *paths): def safe_join(base, *paths):
""" """
Join one or more path components to the base path component intelligently. Joins one or more path components to the base path component intelligently.
Return a normalized, absolute version of the final path. Returns a normalized, absolute version of the final path.
The final path must be located inside of the base path component (otherwise The final path must be located inside of the base path component (otherwise
a ValueError is raised). a ValueError is raised).
Expand Down

0 comments on commit b263e17

Please sign in to comment.