summaryrefslogtreecommitdiff
path: root/django/core/files/storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/files/storage.py')
-rw-r--r--django/core/files/storage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/files/storage.py b/django/core/files/storage.py
index fcc382b6fc..8ee6443d2b 100644
--- a/django/core/files/storage.py
+++ b/django/core/files/storage.py
@@ -154,7 +154,7 @@ class Storage:
def url(self, name):
"""
Return an absolute URL where the file's contents can be accessed
- directly by a Web browser.
+ directly by a web browser.
"""
raise NotImplementedError('subclasses of Storage must provide a url() method')