[wwwsearch-commits] r17841 - wwwsearch/ClientForm/branch/0.1-maint

jjlee at codespeak.net jjlee at codespeak.net
Sat Sep 24 22:46:19 CEST 2005


Author: jjlee
Date: Sat Sep 24 22:46:17 2005
New Revision: 17841

Modified:
   wwwsearch/ClientForm/branch/0.1-maint/ClientForm.py
Log:
Fix .clear() docstring

Modified: wwwsearch/ClientForm/branch/0.1-maint/ClientForm.py
==============================================================================
--- wwwsearch/ClientForm/branch/0.1-maint/ClientForm.py	(original)
+++ wwwsearch/ClientForm/branch/0.1-maint/ClientForm.py	Sat Sep 24 22:46:17 2005
@@ -2555,9 +2555,9 @@
 
     def clear(self,
               name=None, type=None, kind=None, id=None, nr=None):
-        """Clear the value attributes of all controls in the form.
+        """Clear the value attribute of a control.
 
-        As a result, the affected controls will not be successful until a value
+        As a result, the affected control will not be successful until a value
         is subsequently set.  AttributeError is raised on readonly controls.
 
         """


More information about the wwwsearch-commits mailing list