[Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/declarations.py Typo fix.

Albertas Agejevas alga at pov.lt
Fri Jan 26 11:50:30 EST 2007


Log message for revision 72236:
  Typo fix.
  

Changed:
  U   Zope3/trunk/src/zope/interface/declarations.py

-=-
Modified: Zope3/trunk/src/zope/interface/declarations.py
===================================================================
--- Zope3/trunk/src/zope/interface/declarations.py	2007-01-26 14:30:25 UTC (rev 72235)
+++ Zope3/trunk/src/zope/interface/declarations.py	2007-01-26 16:50:29 UTC (rev 72236)
@@ -1065,7 +1065,7 @@
       implemented by instances of the class.
 
       This function is provided for convenience. It provides a more convenient
-      way to call directlyProvidedByProvides for a class. For example::
+      way to call directlyProvides for a class. For example::
 
         classProvides(I1)
 



More information about the Zope3-Checkins mailing list