summaryrefslogtreecommitdiff
path: root/django/template
diff options
context:
space:
mode:
authorDavid Robles <drobles@gmail.com>2015-01-16 17:47:06 -0800
committerMarkus Holtermann <info@markusholtermann.eu>2015-01-17 03:05:28 +0100
commitd60b96d98881b47c845125e82269ea6a9b268fbb (patch)
tree6cda1f3a312eb4aa23cc995440444f6e8dd469ca /django/template
parentc51258882bbf388f5c4cfc379340097ebe9beda9 (diff)
Fixed typo in 'Django Template Language'
Diffstat (limited to 'django/template')
-rw-r--r--django/template/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/template/__init__.py b/django/template/__init__.py
index 045ec72529..3d26bcc945 100644
--- a/django/template/__init__.py
+++ b/django/template/__init__.py
@@ -5,7 +5,7 @@ The django.template namespace contains two independent subsystems:
1. Multiple Template Engines: support for pluggable template backends,
built-in backends and backend-independent APIs
-2. Django Template Langage: Django's own template engine, including its
+2. Django Template Language: Django's own template engine, including its
built-in loaders, context processors, tags and filters.
Ideally these subsystems would be implemented in distinct packages. However