[Zope-Checkins] CVS: Zope/lib/python/zExceptions -
unauthorized.py:1.9
Andreas Jung
andreas at andreas-jung.com
Tue Mar 23 06:46:30 EST 2004
Update of /cvs-repository/Zope/lib/python/zExceptions
In directory cvs.zope.org:/tmp/cvs-serv20636
Modified Files:
unauthorized.py
Log Message:
typo
=== Zope/lib/python/zExceptions/unauthorized.py 1.8 => 1.9 ===
--- 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:30 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