summaryrefslogtreecommitdiff
path: root/django/template/library.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/template/library.py')
-rw-r--r--django/template/library.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/template/library.py b/django/template/library.py
index 3ec39ff572..1a65087e92 100644
--- a/django/template/library.py
+++ b/django/template/library.py
@@ -484,5 +484,5 @@ def import_library(name):
return module.register
except AttributeError:
raise InvalidTemplateLibrary(
- "Module %s does not have a variable named 'register'" % name,
+ "Module %s does not have a variable named 'register'" % name,
)