diff --git a/django/core/template.py b/django/core/template.py index 3c1ebb8396b..4459323e0cf 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: