summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/template/loaders/app_directories.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/template/loaders/app_directories.py b/django/template/loaders/app_directories.py
index b5ae602666..b93a699376 100644
--- a/django/template/loaders/app_directories.py
+++ b/django/template/loaders/app_directories.py
@@ -1,5 +1,5 @@
"""
-Wrapper for loading templates from "template" directories in INSTALLED_APPS
+Wrapper for loading templates from "templates" directories in INSTALLED_APPS
packages.
"""