Skip to content

Commit

Permalink
Correct broken URL
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Dec 29, 2023
1 parent 9bfe722 commit e0dc7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapseclient/models/permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def from_dict(cls, data: Dict[str, bool]) -> "Permissions":
"""Convert a data dictionary to an instance of this dataclass
Arguments:
data: a data dictionary of the [UserEntityPermissions](https://rest-docs.synapse.org/rest/org/
sagebionetworks/repo/model/auth/UserEntityPermissions.html)
data: a data dictionary of the
[UserEntityPermissions](https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/auth/UserEntityPermissions.html)
Returns:
A Permission object
Expand Down

0 comments on commit e0dc7f9

Please sign in to comment.