[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/interface/tests/test_adapter.py Fixed typos.

Jim Fulton jim at zope.com
Thu Jan 13 12:21:59 EST 2005


Log message for revision 28829:
  Fixed typos.
  

Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/interface/tests/test_adapter.py

-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/interface/tests/test_adapter.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/interface/tests/test_adapter.py	2005-01-13 17:13:22 UTC (rev 28828)
+++ Zope3/branches/ZopeX3-3.0/src/zope/interface/tests/test_adapter.py	2005-01-13 17:21:58 UTC (rev 28829)
@@ -180,8 +180,8 @@
 def test_changing_declarations():
     """
 
-    If we change declarations for a class, those adapter lookup should
-    eflect the changes:
+    If we change declarations for a class, then adapter lookup should
+    reflect the changes:
 
     >>> class I1(zope.interface.Interface):
     ...     pass



More information about the Zope3-Checkins mailing list