summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2009-04-02 01:55:49 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2009-04-02 01:55:49 +0000
commit73c0556911858797e5345bda3a028a5f2658e7ea (patch)
treea00fc6d24d9a94d9c35bf85e9fed4cfb26d87130
parent25130b9675e5a53926ad45d828460341679d49fe (diff)
Fixed #10053: the most exciting commit you'll ever see.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-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.
"""