[Zope-Checkins] CVS: Zope/lib/python/Interface - Exceptions.py:1.8
Guido van Rossum
guido@python.org
Mon, 10 Jun 2002 13:22:06 -0400
Update of /cvs-repository/Zope/lib/python/Interface
In directory cvs.zope.org:/tmp/cvs-serv5065
Modified Files:
Exceptions.py
Log Message:
Fix a typo in an exception stringification.
=== Zope/lib/python/Interface/Exceptions.py 1.7 => 1.8 ===
def __str__(self):
- return """The implementation of %(method)s violates it's contract
+ return """The implementation of %(method)s violates its contract
because %(mess)s.
""" % self.__dict__