1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +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:
Adrian Holovaty 2005-09-06 21:30:45 +00:00
parent 1087ee3d5e
commit 93010c75f2

View File

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