﻿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
11509	Incorrect capitalisation of web in Widget documentation	Bradley Ayers	Derek Willis	"http://docs.djangoproject.com/en/dev/ref/forms/widgets/#customizing-widget-instances - last paragraph before Widget.attrs:

""On a real web page, you probably don't want every widget to look the same. You might want a larger input element for the comment, and you might want the 'name' widget to have some special CSS class. To do this, you use the attrs argument when creating the widget:""

Should be:

""On a real '''Web''' page, you probably don't want every widget to look the same. You might want a larger input element for the comment, and you might want the 'name' widget to have some special CSS class. To do this, you use the attrs argument when creating the widget:""

I'd suggest doing a case sensitive 'find all' for 'web' through the documentation. This change should be applied to bring the documentation in line with http://docs.djangoproject.com/en/dev/internals/contributing/#commonly-used-terms"		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
