[Zope3-checkins] CVS: Zope3/lib/python/Zope/Proxy - IContextWrapper.py:1.5 IProxyIntrospection.py:1.3
Gary Poster
gary@zope.com
Wed, 27 Nov 2002 21:24:11 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Proxy
In directory cvs.zope.org:/tmp/cvs-serv8667
Modified Files:
IContextWrapper.py IProxyIntrospection.py
Log Message:
The typo police were here :-)
=== Zope3/lib/python/Zope/Proxy/IContextWrapper.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/Proxy/IContextWrapper.py:1.4 Thu Jul 11 14:21:37 2002
+++ Zope3/lib/python/Zope/Proxy/IContextWrapper.py Wed Nov 27 21:24:10 2002
@@ -52,7 +52,7 @@
"""
def isWrapper(ob):
- """Returns truth iff the object is wrapped in a context wrapper
+ """Returns truth if the object is wrapped in a context wrapper
"""
def ContainmentIterator(ob):
=== Zope3/lib/python/Zope/Proxy/IProxyIntrospection.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Proxy/IProxyIntrospection.py:1.2 Mon Jun 10 19:29:31 2002
+++ Zope3/lib/python/Zope/Proxy/IProxyIntrospection.py Wed Nov 27 21:24:10 2002
@@ -33,15 +33,15 @@
"""
def removeAllProxies(obj):
- """Get the proxied oject with no proxies
+ """Get the proxied object with no proxies
If obj is not a proxied object, return obj.
- The reurned object has no proxies.
+ The returned object has no proxies.
"""
def isProxy(obj):
- """Checkj whether the given object is a proxy
+ """Checks whether the given object is a proxy
"""