[Zope3-checkins] CVS: Zope3/lib/python/Zope/Proxy - IContextWrapper.py:1.7
Steve Alexander
steve@cat-box.net
Thu, 28 Nov 2002 09:39:24 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Proxy
In directory cvs.zope.org:/tmp/cvs-serv19134/lib/python/Zope/Proxy
Modified Files:
IContextWrapper.py
Log Message:
Used plain language instead of the computer-sciency "iff"
=== Zope3/lib/python/Zope/Proxy/IContextWrapper.py 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/Proxy/IContextWrapper.py:1.6 Thu Nov 28 09:36:29 2002
+++ Zope3/lib/python/Zope/Proxy/IContextWrapper.py Thu Nov 28 09:39:24 2002
@@ -52,7 +52,8 @@
"""
def isWrapper(ob):
- """Returns truth iff the object is wrapped in a context wrapper
+ """If the object is wrapped in a context wrapper, returns truth,
+ otherwise returns false.
"""
def ContainmentIterator(ob):