[Zope-Checkins] CVS: Zope3/lib/python/Zope/Security - IChecker.py:1.1.2.5
Fred L. Drake, Jr.
fdrake@acm.org
Thu, 18 Apr 2002 11:02:59 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Security
In directory cvs.zope.org:/tmp/cvs-serv17271
Modified Files:
Tag: SecurityProxy-branch
IChecker.py
Log Message:
Fix typo.
=== Zope3/lib/python/Zope/Security/IChecker.py 1.1.2.4 => 1.1.2.5 ===
The check_* methods may raise errors. They return values that
- most be passed to the proxy methods.
+ must be passed to the proxy methods.
checked = checker.check_getitem(ob, key)
return checker.proxy(ob[key], checked)