[Checkins] SVN: zope.component/trunk/src/zope/component/interfaces.py Formatting change

Wichert Akkerman wichert at wiggy.net
Wed Jul 23 04:30:19 EDT 2008


Log message for revision 88749:
  Formatting change
  
  This helps with people (like me) who blindly do a search on I*Registrations,
  find nothing and end up becoming very confused. This is a little bit more
  verbose but prevents that brain-o.
  

Changed:
  U   zope.component/trunk/src/zope/component/interfaces.py

-=-
Modified: zope.component/trunk/src/zope/component/interfaces.py
===================================================================
--- zope.component/trunk/src/zope/component/interfaces.py	2008-07-23 08:04:46 UTC (rev 88748)
+++ zope.component/trunk/src/zope/component/interfaces.py	2008-07-23 08:30:19 UTC (rev 88749)
@@ -633,7 +633,7 @@
         """
 
     def registeredUtilities():
-        """Return an iterable of IUtilityRegistrations.
+        """Return an iterable of IUtilityRegistration instances.
 
         These registrations describe the current utility registrations
         in the object.
@@ -720,7 +720,7 @@
         """
 
     def registeredAdapters():
-        """Return an iterable of IAdapterRegistrations.
+        """Return an iterable of IAdapterRegistration instances.
 
         These registrations describe the current adapter registrations
         in the object.
@@ -816,7 +816,7 @@
         """
 
     def registeredSubscriptionAdapters():
-        """Return an iterable of ISubscriptionAdapterRegistrations.
+        """Return an iterable of ISubscriptionAdapterRegistration instances.
 
         These registrations describe the current subscription adapter
         registrations in the object.
@@ -900,7 +900,7 @@
         """
 
     def registeredHandlers():
-        """Return an iterable of IHandlerRegistrations.
+        """Return an iterable of IHandlerRegistration instances.
 
         These registrations describe the current handler registrations
         in the object.



More information about the Checkins mailing list