From 33c27f2f284179178c8c759c0de454820e2cbb85 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Thu, 2 Apr 2009 01:57:12 +0000 Subject: [PATCH] [1.0.X] The most exciting *backport* you'll ever see. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10359 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/template/loaders/app_directories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/template/loaders/app_directories.py b/django/template/loaders/app_directories.py index 975b8ad95f..125b07de9a 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. """