[Zope-Checkins] CVS: Zope3/lib/python/Interface - Verify.py:1.4

Jeremy Hylton jeremy@zope.com
Thu, 10 Oct 2002 17:21:20 -0400


Update of /cvs-repository/Zope3/lib/python/Interface
In directory cvs.zope.org:/tmp/cvs-serv21007/lib/python/Interface

Modified Files:
	Verify.py 
Log Message:
Follow doc string style.



=== Zope3/lib/python/Interface/Verify.py 1.3 => 1.4 ===
--- Zope3/lib/python/Interface/Verify.py:1.3	Mon Jun 10 19:27:40 2002
+++ Zope3/lib/python/Interface/Verify.py	Thu Oct 10 17:21:20 2002
@@ -18,9 +18,8 @@
 from Method import fromMethod, fromFunction
 
 def _verify(iface, candidate, tentative=0, vtype=None):
-    """
-
-    Verify that 'candidate' might correctly implements 'iface'.
+    """Verify that 'candidate' might correctly implements 'iface'.
+    
     This involves:
 
       o Making sure the candidate defines all the necessary methods