Skip to content

Commit

Permalink
Merge pull request #7 from perrinjerome/secrets-security-style
Browse files Browse the repository at this point in the history
 zope_secrets/security: fix typo breaking style
  • Loading branch information
mgedmin committed Sep 18, 2020
2 parents 4a94d1a + 165c9f2 commit 9873981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/zope_secrets/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ method on the ``ZopeSecurityPolicy``. This is a charming 200+ line bundle of
* If the ``container`` is a tuple or string, and we have gotten this far, we
consider access to be allowed and return true. (This can't really happen
through URL traversal, but could occur with path traversal).
* If the ``container `` is an object with an attribute
* If the ``container`` is an object with an attribute
``__allow_access_to_unprotected_subobjects__``, obtain this, which can be
of three things:
Expand Down

0 comments on commit 9873981

Please sign in to comment.