From 93010c75f2b6889387107285f28230b483d0527d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 6 Sep 2005 21:30:45 +0000 Subject: [PATCH] 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 --- docs/templates_python.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates_python.txt b/docs/templates_python.txt index fd2e782641..63b734dc44 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -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