summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/http/shortcuts.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt
index 3a43fe12fb..aa45396ed7 100644
--- a/docs/topics/http/shortcuts.txt
+++ b/docs/topics/http/shortcuts.txt
@@ -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...