summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/finders.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/staticfiles/finders.py')
-rw-r--r--django/contrib/staticfiles/finders.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/django/contrib/staticfiles/finders.py b/django/contrib/staticfiles/finders.py
index 7394e600f3..ffb96e0af2 100644
--- a/django/contrib/staticfiles/finders.py
+++ b/django/contrib/staticfiles/finders.py
@@ -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()