From b888113f49733cd49adb4dc411b133ec093c182b Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 9 Aug 2005 22:43:34 +0000 Subject: [PATCH] Small change to docstring in django.core.template git-svn-id: http://code.djangoproject.com/svn/django/trunk@443 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/core/template.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/django/core/template.py b/django/core/template.py index 3c1ebb8396..4459323e0c 100644 --- a/django/core/template.py +++ b/django/core/template.py @@ -1,6 +1,5 @@ """ -This is the CMS common templating system, shared among all CMS modules that -require control over output. +This is the Django template system. How it works: