Fixed #16344 -- Fixed typo in render() docs. Thanks, Jure Cuhalev.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-06-26 16:52:50 +00:00
parent df2d9bb3f3
commit bc56c76a17
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ MIME type ``application/xhtml+xml``::
This example is equivalent to::
from django.http import HttpResponse
from django.template import Context, loader
from django.template import RequestContext, loader
def my_view(request):
# View code here...