[Zope3-checkins] CVS: Zope3/lib/python/Zope/Proxy - ProxyIntrospection.py:1.3
Jeremy Hylton
jeremy@zope.com
Thu, 18 Jul 2002 14:05:46 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Proxy
In directory cvs.zope.org:/tmp/cvs-serv20040
Modified Files:
ProxyIntrospection.py
Log Message:
Fix typo
=== Zope3/lib/python/Zope/Proxy/ProxyIntrospection.py 1.2 => 1.3 ===
raise TypeError('excessive proxy nesting')
def isProxy(self, obj):
- """Checkj whether the given object is a proxy
+ """Check whether the given object is a proxy
"""
return type(obj) in self._proxy_types