diff --git a/src/linkahead/common/models.py b/src/linkahead/common/models.py index 748fbb955c46e1affc0b75c5a4948bc8b835a587..65b945cebca9e33a81043992f460949d056f29f1 100644 --- a/src/linkahead/common/models.py +++ b/src/linkahead/common/models.py @@ -1451,7 +1451,7 @@ out: List[Entity] flags={"ACL": None}).acl def update_acl(self, **kwargs): - """Update this entities ACL on the server. + """Update this entity's ACL on the server. Note ----