[1.8.x] Fixed typo in 'Django Template Language'

Backport of d60b96d988 from master
This commit is contained in:
David Robles 2015-01-16 17:47:06 -08:00 committed by Markus Holtermann
parent 8be1b8b488
commit eb6a07e069
1 changed files with 1 additions and 1 deletions

View File

@ -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