Commit c47b69ba authored by Chris Beaven's avatar Chris Beaven
Browse files

Fix the docstring of contrib.staticfiles BaseFinder so it's not misleading.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 4c411594
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@ class BaseFinder(object):
    def list(self, ignore_patterns=[]):
        """
        Given an optional list of paths to ignore, this should return
        a three item iterable with path, prefix and a storage instance.
        a two item iterable consisting of the relative path and storage
        instance.
        """
        raise NotImplementedError()