[Zope-Checkins] SVN: Zope/branches/2.12/src/zExceptions/unauthorized.py Typo
Wichert Akkerman
wichert at wiggy.net
Mon Apr 19 11:23:58 EDT 2010
Log message for revision 111116:
Typo
Changed:
U Zope/branches/2.12/src/zExceptions/unauthorized.py
-=-
Modified: Zope/branches/2.12/src/zExceptions/unauthorized.py
===================================================================
--- Zope/branches/2.12/src/zExceptions/unauthorized.py 2010-04-19 15:18:16 UTC (rev 111115)
+++ Zope/branches/2.12/src/zExceptions/unauthorized.py 2010-04-19 15:23:58 UTC (rev 111116)
@@ -38,7 +38,7 @@
Unauthorized(name, value, needed)
Unauthorized(message, value, needed, name)
- Where needed is a mapping objects with items represnting requirements
+ Where needed is a mapping objects with items representing requirements
(e.g. {'permission': 'add spam'}). Any extra keyword arguments
provides are added to needed.
"""
More information about the Zope-Checkins
mailing list