mirror of
https://github.com/django/django.git
synced 2025-08-07 18:39:13 +00:00
Fixed #465 -- Fixed typo in docs/templates_python.txt. Thanks, Manuzhai
git-svn-id: http://code.djangoproject.com/svn/django/trunk@631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1087ee3d5e
commit
93010c75f2
@ -72,8 +72,8 @@ takes one argument -- the raw template code::
|
|||||||
Even the parsing itself is quite fast. Most of the parsing happens via a
|
Even the parsing itself is quite fast. Most of the parsing happens via a
|
||||||
single call to a single, short, regular expression.
|
single call to a single, short, regular expression.
|
||||||
|
|
||||||
Rending a context
|
Rendering a context
|
||||||
-----------------
|
-------------------
|
||||||
|
|
||||||
Once you have a compiled ``Template`` object, you can render a context -- or
|
Once you have a compiled ``Template`` object, you can render a context -- or
|
||||||
multiple contexts -- with it. The ``Context`` class lives at
|
multiple contexts -- with it. The ``Context`` class lives at
|
||||||
|
Loading…
x
Reference in New Issue
Block a user