﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6998	Typo in part 4 of tutorial 'Writing your first Django app'	PeterUpfold	anonymous	"In part 4 of the 'Writing your first Django app' tutorial, <http://www.djangoproject.com/documentation/tutorial04/>, there is a typo towards the end of the page, where '''render_to_response()''' is erroneously referred to as '''render_to_repsonse()'''.

To be more specific, the line:

{{{
The vote() view is still required. However, it must be modified to match the new context variables. In the render_to_repsonse() call, rename the poll context variable to object.
}}}

should read:

{{{
The vote() view is still required. However, it must be modified to match the new context variables. In the render_to_response() call, rename the poll context variable to object.
}}}

"		closed	Documentation	dev		fixed	typo tutorial first documentation spelling		Unreviewed	0	0	0	0	0	0
