[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - principalannotation.py:1.3
Christian 'Tiran' Heimes
heimes@faho.rwth-aachen.de
Tue, 8 Apr 2003 21:38:33 -0400
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv764/src/zope/app/interfaces/services
Modified Files:
principalannotation.py
Log Message:
fixed type in doc string
=== Zope3/src/zope/app/interfaces/services/principalannotation.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/interfaces/services/principalannotation.py:1.2 Wed Dec 25 09:13:02 2002
+++ Zope3/src/zope/app/interfaces/services/principalannotation.py Tue Apr 8 21:38:32 2003
@@ -21,7 +21,7 @@
"""Stores IAnnotations for IPrinicipals."""
def getAnnotation(principal):
- """Return object implementing IAnnotations for the givin IPrinicipal.
+ """Return object implementing IAnnotations for the given IPrinicipal.
If there is no IAnnotations it will be created and then returned.
"""