mirror of
https://github.com/django/django.git
synced 2025-09-30 14:01:21 +00:00
[1.8.x] Fixed typo in 'Django Template Language'
Backport of d60b96d988
from master
This commit is contained in:
parent
8be1b8b488
commit
eb6a07e069
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue