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
|
||||
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
|
||||
multiple contexts -- with it. The ``Context`` class lives at
|
||||
|
|
Loading…
Reference in New Issue