diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-09 22:43:34 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-09 22:43:34 +0000 |
| commit | b888113f49733cd49adb4dc411b133ec093c182b (patch) | |
| tree | 1a9eef264d66d34d24272a21d1b961fd105db646 | |
| parent | 217c74678935cce1fd3a814aab8f654afa454d91 (diff) | |
Small change to docstring in django.core.template
git-svn-id: http://code.djangoproject.com/svn/django/trunk@443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/core/template.py | 3 |
1 files changed, 1 insertions, 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: |
