[Zope3-checkins] CVS: Zope3/lib/python/Zope/Proxy - IContextWrapper.py:1.8
R. David Murray
bitz@bitdance.com
Wed, 4 Dec 2002 17:51:15 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Proxy
In directory cvs.zope.org:/tmp/cvs-serv31323
Modified Files:
IContextWrapper.py
Log Message:
I'm not sure how it is in British English, but in American English
'truth' in this context is more likely to be read as 'a particular
true or false value' (ie: as short for 'truth value'). So I changed
it to 'true', which I think is unambiguous in this context <grin>.
=== Zope3/lib/python/Zope/Proxy/IContextWrapper.py 1.7 => 1.8 ===
--- Zope3/lib/python/Zope/Proxy/IContextWrapper.py:1.7 Thu Nov 28 09:39:24 2002
+++ Zope3/lib/python/Zope/Proxy/IContextWrapper.py Wed Dec 4 17:51:15 2002
@@ -52,7 +52,7 @@
"""
def isWrapper(ob):
- """If the object is wrapped in a context wrapper, returns truth,
+ """If the object is wrapped in a context wrapper, returns true,
otherwise returns false.
"""