[Zope-Checkins] CVS: Zope/lib/python/zExceptions - unauthorized.py:1.8.10.1

Andreas Jung andreas at andreas-jung.com
Tue Mar 23 06:46:00 EST 2004


Update of /cvs-repository/Zope/lib/python/zExceptions
In directory cvs.zope.org:/tmp/cvs-serv20439/zExceptions

Modified Files:
      Tag: Zope-2_7-branch
	unauthorized.py 
Log Message:
typo


=== Zope/lib/python/zExceptions/unauthorized.py 1.8 => 1.8.10.1 ===
--- Zope/lib/python/zExceptions/unauthorized.py:1.8	Mon Feb 24 11:57:36 2003
+++ Zope/lib/python/zExceptions/unauthorized.py	Tue Mar 23 06:46:00 2004
@@ -55,7 +55,7 @@
             return ("You are not allowed to access '%s' in this context"
                     % self.name)
         elif self.value is not None:
-            return ("You are not allowed to access 's' in this context"
+            return ("You are not allowed to access '%s' in this context"
                     % self.getValueName())
         return repr(self)
 




More information about the Zope-Checkins mailing list