[Zope-Checkins] CVS: Zope3/lib/python/Zope/ObjectHub - RuidObjectEvent.py:1.1.2.2
Jeremy Hylton
jeremy@zope.com
Wed, 20 Mar 2002 17:18:04 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/ObjectHub
In directory cvs.zope.org:/tmp/cvs-serv31818
Modified Files:
Tag: Zope-3x-branch
RuidObjectEvent.py
Log Message:
Fix typo
=== Zope3/lib/python/Zope/ObjectHub/RuidObjectEvent.py 1.1.2.1 => 1.1.2.2 ===
class RuidObjectEvent:
- """Conenient mix-in for RuidObjectEvents"""
+ """Convenient mix-in for RuidObjectEvents"""
def __init__(self, objecthub, ruid, location):
# we keep all three, to avoid unnecessary lookups