Fixed typo in docs/templates_python.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-11-10 15:28:32 +00:00
parent 6a53c8a2dd
commit 5d8c6cf651
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ Note::
def some_view(request):
# ...
return render_to_response('my_template'html',
return render_to_response('my_template.html',
my_data_dictionary,
context_instance=RequestContext(request))