[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/keyreference/interfaces.py Fix typo.
Benji York
benji at zope.com
Tue May 31 10:28:47 EDT 2005
Log message for revision 30567:
Fix typo.
Changed:
U Zope3/trunk/src/zope/app/keyreference/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/keyreference/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/keyreference/interfaces.py 2005-05-30 22:37:34 UTC (rev 30566)
+++ Zope3/trunk/src/zope/app/keyreference/interfaces.py 2005-05-31 14:28:47 UTC (rev 30567)
@@ -20,7 +20,7 @@
class NotYet(Exception):
"""Can't compute a key reference for an object
- It might b epossible to compute one later
+ It might be possible to compute one later
(e.g. at the end of the transaction).
"""
More information about the Zope3-Checkins
mailing list