[Checkins] SVN: Zope3/trunk/src/zope/interface/exceptions.py Corrected small typo.

Florian Lindner Florian.Lindner at xgm.de
Thu Apr 20 10:11:56 EDT 2006


Log message for revision 67174:
  Corrected small typo.
  

Changed:
  U   Zope3/trunk/src/zope/interface/exceptions.py

-=-
Modified: Zope3/trunk/src/zope/interface/exceptions.py
===================================================================
--- Zope3/trunk/src/zope/interface/exceptions.py	2006-04-20 14:07:58 UTC (rev 67173)
+++ Zope3/trunk/src/zope/interface/exceptions.py	2006-04-20 14:11:55 UTC (rev 67174)
@@ -17,7 +17,7 @@
 """
 
 class Invalid(Exception):
-    """An specification is violated
+    """A specification is violated
     """
 
 class DoesNotImplement(Invalid):



More information about the Checkins mailing list