Skip to content

Commit

Permalink
doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Dec 28, 2017
1 parent 5e365e7 commit b721e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abilian/services/security/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class PermissionType(UniqueNameType):
class Role(UniqueName):
"""Defines role by name. Roles instances are unique by name.
:param assignable: this role is can be assigned through security service.
:param assignable: true if this role is can be assigned through security service.
Non-assignable roles are roles automatically given depending on context (ex:
Anonymous/Authenticated).
"""
Expand Down

0 comments on commit b721e49

Please sign in to comment.