[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/widget.py Duplicated word word.

Marius Gedminas marius at pov.lt
Thu Oct 21 05:43:37 EDT 2004


Log message for revision 28227:
  Duplicated word word.
  
  

Changed:
  U   Zope3/trunk/src/zope/app/form/browser/widget.py

-=-
Modified: Zope3/trunk/src/zope/app/form/browser/widget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/widget.py	2004-10-21 03:35:57 UTC (rev 28226)
+++ Zope3/trunk/src/zope/app/form/browser/widget.py	2004-10-21 09:43:36 UTC (rev 28227)
@@ -180,7 +180,7 @@
         >>> field.constraint = re.compile('.*hello.*').match
 
     Because we modified the widget's name, the widget will now read different
-    different form input:
+    form input:
 
         >>> request.form[widget.name]
         u'bye world'



More information about the Zope3-Checkins mailing list