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

Gintautas Miliauskas gintas at pov.lt
Mon Jun 21 06:20:36 EDT 2004


Log message for revision 25918:
Typo fix.



-=-
Modified: Zope3/trunk/src/zope/interface/declarations.py
===================================================================
--- Zope3/trunk/src/zope/interface/declarations.py	2004-06-21 01:47:35 UTC (rev 25917)
+++ Zope3/trunk/src/zope/interface/declarations.py	2004-06-21 10:18:39 UTC (rev 25918)
@@ -1255,7 +1255,7 @@
 
         # The object's class doesn't understand descriptors.
         # Sigh. We need to get an object descriptor, but we have to be
-        # careful.  We want to use the instance's __provides__,l if
+        # careful.  We want to use the instance's __provides__, if
         # there is one, but only if it didn't come from the class.
 
         try:




More information about the Zope3-Checkins mailing list