﻿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
7253	typo on http://www.djangoproject.com/documentation/tutorial04/ ?	anonymous	nobody	"Hello,

I got this error when following until tutorial04 :
=========================================
TypeError at /polls/1/vote/
vote() got an unexpected keyword argument 'poll_id'
...
=========================================

And finally point to this:
=========================================
Change it like so:

...
urlpatterns = patterns('',
...
    (r'^(?P<poll_id>\d+)/vote/$', 'mysite.polls.views.vote'),
)
=========================================

and after the <poll_id> into <object_id>
the error has disappeared. 
So I think that should be a typo or mistyped.
Please ignore if it was not.
"		closed	Documentation	dev		wontfix			Unreviewed	0	0	0	0	0	0
