Skip to content

Commit

Permalink
Merge pull request #31 from uralbash/patch-3
Browse files Browse the repository at this point in the history
fix typo in docs
  • Loading branch information
ergo committed Dec 16, 2015
2 parents 723e891 + b4e996e commit 8f51b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ resources, you can configure your view to expect "edit" or "delete" permissions:
# append basic resource acl that gives all permissions to owner
self.__acl__ = self.resource.__acl__
# append permissions that current user may have for this context resource
permissions = self.resource.perms_for_user(request.user):
permissions = self.resource.perms_for_user(request.user)
for outcome, perm_user, perm_name in permission_to_pyramid_acls(
permissions):
self.__acl__.append((outcome, perm_user, perm_name,))
Expand Down

0 comments on commit 8f51b76

Please sign in to comment.