[Zope-Checkins] CVS: Zope3/lib/python/Zope/Event - ISubscribable.py:1.1.2.3
Steve Alexander
steve@cat-box.net
Fri, 22 Feb 2002 11:02:02 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Event
In directory cvs.zope.org:/tmp/cvs-serv31315
Modified Files:
Tag: Zope-3x-branch
ISubscribable.py
Log Message:
Corrected insignificant typo.
=== Zope3/lib/python/Zope/Event/ISubscribable.py 1.1.2.2 => 1.1.2.3 ===
"""Remove subscriber from the list of subscribers.
- Raises Zope.Excetions.NotFound if subscriber wasn't already subscribed.
+ Raises Zope.Exceptions.NotFound if subscriber wasn't already subscribed.
"""