1
0
mirror of https://github.com/django/django.git synced 2025-04-13 03:52:20 +00:00

Fixed typo in 'Django Template Language'

This commit is contained in:
David Robles 2015-01-16 17:47:06 -08:00 committed by Markus Holtermann
parent c51258882b
commit d60b96d988

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