Skip to content

Commit b0def22

Browse files
authored
Update src/posit/connect/permissions.py
1 parent 460f35f commit b0def22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/posit/connect/permissions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def create(self, *args: User | Group, **kwargs) -> Permission | list[Permission]
9191
Returns
9292
-------
9393
Permission | List[Permission]
94-
Returns a `Permission` when the kwargs: `principal_guid`, `principal_type`, and `role`
95-
are used. Returns a `list[Permission]` when `*args` are used.
94+
Returns a `Permission` when the kwargs: `principal_guid` and `principal_type` are used.
95+
Returns a `list[Permission]` when `*args` are used.
9696
9797
Examples
9898
--------

0 commit comments

Comments
 (0)