[Zope3-checkins] CVS: Zope3/lib/python/Zope/Proxy - IContextWrapper.py:1.6

Steve Alexander steve@cat-box.net
Thu, 28 Nov 2002 09:36:29 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Proxy
In directory cvs.zope.org:/tmp/cvs-serv18699/lib/python/Zope/Proxy

Modified Files:
	IContextWrapper.py 
Log Message:
Reverted the "if" to an "iff". The term "iff" means "if and only if".



=== Zope3/lib/python/Zope/Proxy/IContextWrapper.py 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/Proxy/IContextWrapper.py:1.5	Wed Nov 27 21:24:10 2002
+++ Zope3/lib/python/Zope/Proxy/IContextWrapper.py	Thu Nov 28 09:36:29 2002
@@ -52,7 +52,7 @@
         """
         
     def isWrapper(ob):
-        """Returns truth if the object is wrapped in a context wrapper
+        """Returns truth iff the object is wrapped in a context wrapper
         """
 
     def ContainmentIterator(ob):