[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - form.py:1.10

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Feb 24 09:19:08 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv31815

Modified Files:
	form.py 
Log Message:
Removed white space and improved doc string


=== Zope3/src/zope/app/interfaces/form.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/interfaces/form.py:1.9	Fri Sep 26 15:53:35 2003
+++ Zope3/src/zope/app/interfaces/form.py	Tue Feb 24 09:19:07 2004
@@ -15,14 +15,13 @@
 
 $Id$
 """
-
 from zope.schema.interfaces import ValidationError
 from zope.component.interfaces import IView
 from zope.interface import Attribute, Interface, implements
 from zope.app.interfaces.exceptions import UserError
 
 class IWidgetInputError(Interface):
-    'Placeholder for a snippet View'
+    """Placeholder for a snippet View"""
     pass
 
 class WidgetInputError(UserError):




More information about the Zope3-Checkins mailing list