[Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/interface.py Correct typos.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Dec 8 16:38:37 EST 2004


Log message for revision 28584:
  Correct typos.
  

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

-=-
Modified: Zope3/trunk/src/zope/interface/interface.py
===================================================================
--- Zope3/trunk/src/zope/interface/interface.py	2004-12-08 01:33:06 UTC (rev 28583)
+++ Zope3/trunk/src/zope/interface/interface.py	2004-12-08 21:38:36 UTC (rev 28584)
@@ -598,8 +598,8 @@
         # __call__ without resorting to a global marker.
         #
         # The evility of this trick is a reflection of the underlying
-        # evility of "optional" arguments, arguments whos presense or
-        # absense changes the behavior of the methos.
+        # evility of "optional" arguments, arguments whose presense or
+        # absense changes the behavior of the methods.
         # 
         # I think the evil is necessary, and perhaps desireable to
         # provide some consistencey with the PEP 246 adapt method.



More information about the Zope3-Checkins mailing list