[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - registration.py:1.12

Fred L. Drake, Jr. fred at zope.com
Thu Oct 16 15:38:44 EDT 2003


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

Modified Files:
	registration.py 
Log Message:
Update some docstrings to reflect parentgeddon changes.


=== Zope3/src/zope/app/interfaces/services/registration.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/interfaces/services/registration.py:1.11	Thu Oct 16 10:37:07 2003
+++ Zope3/src/zope/app/interfaces/services/registration.py	Thu Oct 16 15:38:42 2003
@@ -271,8 +271,7 @@
         arguments for each of the parameters needed to specify a set
         of registrations.
 
-        The registry must be returned wrapped in the context of the
-        registry.
+        The registry must be in the context of the registry.
 
         """
 
@@ -292,8 +291,7 @@
         Calling createRegistrationsFor twice for the same registration
         returns the same registry.
 
-        The registry must be returned wrapped in the context of the
-        registry.
+        The registry must be in the context of the registry.
 
         """
 




More information about the Zope3-Checkins mailing list