﻿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
4106	Typo (important) in datastructures.py - MultiValueDict	Amr Mostafa	Adrian Holovaty	"Around line 214 in django/utils/datastructures.py
{{{
raise TypeError, ""update expected at most 1 arguments, got %d"", len(args)
}}}
Should be
{{{
raise TypeError, ""update expected at most 1 arguments, got %d"" % len(args)
}}}
(Latest comma replaced by %)

I will attach a patch in case it's more convenient."		closed	Core (Other)	dev		fixed		amr.mostafa@…	Ready for checkin	1	0	0	0	0	0
