[Checkins] SVN: z3c.form/trunk/src/z3c/form/field.py Some grammar cleanup.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jul 6 11:14:20 EDT 2007


Log message for revision 77520:
  Some grammar cleanup.
  

Changed:
  U   z3c.form/trunk/src/z3c/form/field.py

-=-
Modified: z3c.form/trunk/src/z3c/form/field.py
===================================================================
--- z3c.form/trunk/src/z3c/form/field.py	2007-07-06 15:11:10 UTC (rev 77519)
+++ z3c.form/trunk/src/z3c/form/field.py	2007-07-06 15:14:19 UTC (rev 77520)
@@ -211,10 +211,10 @@
 
     def update(self):
         """See interfaces.IWidgets"""
-        # Create a unique prefix
+        # Create a unique prefix.
         prefix = util.expandPrefix(self.form.prefix)
         prefix += util.expandPrefix(self.prefix)
-        # Walk through each field, making a widget out of it
+        # Walk through each field, making a widget out of it.
         for field in self.form.fields.values():
             # Step 1: Determine the mode of the widget.
             mode = self.mode



More information about the Checkins mailing list