[Zodb-checkins] CVS: Zope3/src/zope/interface - interfaces.py:1.19

Philipp von Weitershausen philikon at philikon.de
Mon Jan 5 03:07:29 EST 2004


Update of /cvs-repository/Zope3/src/zope/interface
In directory cvs.zope.org:/tmp/cvs-serv2104/src/zope/interface

Modified Files:
	interfaces.py 
Log Message:
Typo.


=== Zope3/src/zope/interface/interfaces.py 1.18 => 1.19 ===
--- Zope3/src/zope/interface/interfaces.py:1.18	Mon Dec  1 11:19:33 2003
+++ Zope3/src/zope/interface/interfaces.py	Mon Jan  5 03:07:28 2004
@@ -35,7 +35,7 @@
     def getTaggedValue(tag):
         """Returns the value associated with 'tag'.
 
-        Raise a KeyErrpr of the tag isn't set
+        Raise a KeyError of the tag isn't set
         """
 
     def queryTaggedValue(tag, default=None):
@@ -183,7 +183,7 @@
 
            classImplements(some_class, some_interface)
 
-         This is approach is useful when it is not an option to modify
+         This approach is useful when it is not an option to modify
          the class source.  Note that this doesn't affect what the
          class itself implements, but only what its instances
          implement.




More information about the Zodb-checkins mailing list