#11509: Incorrect capitalisation of web in Widget documentation
---------------------------+------------------------------------------------
 Reporter:  thepointer     |       Owner:  nobody    
   Status:  new            |   Milestone:  1.0.3     
Component:  Documentation  |     Version:  1.0       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 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

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11509>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to