[Zope3-checkins] CVS: Zope3/src/zope/component - interfaces.py:1.14

Jim Fulton jim at zope.com
Sun Sep 21 13:34:09 EDT 2003


Update of /cvs-repository/Zope3/src/zope/component
In directory cvs.zope.org:/tmp/cvs-serv15991/src/zope/component

Modified Files:
	interfaces.py 
Log Message:
cleaned up a doc string.


=== Zope3/src/zope/component/interfaces.py 1.13 => 1.14 ===
--- Zope3/src/zope/component/interfaces.py:1.13	Mon Aug 25 10:14:08 2003
+++ Zope3/src/zope/component/interfaces.py	Sun Sep 21 13:34:08 2003
@@ -295,8 +295,13 @@
 
 
     def getInterfaces():
-        """Return the interface(s) that objects created by this factory
-        will implement."""
+        """Get the interfaces implemented by the factory
+
+
+        Return the interface(s) that objects created by this factory
+        will implement.
+
+        """
 
 class IFactoryService(Interface):
 




More information about the Zope3-Checkins mailing list