[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - principalannotation.py:1.5

Garrett Smith cvs-admin at zope.org
Thu Oct 23 10:56:59 EDT 2003


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

Modified Files:
	principalannotation.py 
Log Message:
Renamed misspelled method per IPrincipalAnnotationService.


=== Zope3/src/zope/app/interfaces/services/principalannotation.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/interfaces/services/principalannotation.py:1.4	Thu May 29 14:16:33 2003
+++ Zope3/src/zope/app/interfaces/services/principalannotation.py	Thu Oct 23 10:56:58 2003
@@ -26,7 +26,7 @@
         If there is no IAnnotations it will be created and then returned.
         """
 
-    def getAnnotationsBy(principalId):
+    def getAnnotationsById(principalId):
         """Return object implementing IAnnotations for the given prinicipal id.
 
         If there is no IAnnotations it will be created and then returned.




More information about the Zope3-Checkins mailing list