Index: django/docs/tutorial03.txt
===================================================================
--- django/docs/tutorial03.txt	(revision 3013)
+++ django/docs/tutorial03.txt	(working copy)
@@ -209,8 +209,8 @@
         })
         return HttpResponse(t.render(c))
 
-That code loads the template called "polls/index" and passes it a context. The
-context is a dictionary mapping template variable names to Python objects.
+That code loads the template called "polls/index.html" and passes it a context.
+The context is a dictionary mapping template variable names to Python objects.
 
 Reload the page. Now you'll see an error::
 
