Commit 6c6bcc50 authored by Andreas Jung's avatar Andreas Jung

typo

parent 2e062e44
......@@ -1021,7 +1021,7 @@ static PyObject *ZopeSecurityPolicy_validate(PyObject *self, PyObject *args) {
**| try:
**| if roles is None or 'Anonymous' in roles: return 1
**| except TypeError:
**| LOG("Zope Security Policy", PROBLEM, '"%s' passed as roles"
**| LOG.warn('"%s' passed as roles"
**| " during validation of '%s' is not a sequence." %
**| ('roles', name))
**| raise
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment