Skip to content

Commit 4ec5669

Browse files
authored
Fix authorizations typos in comments (#423)
1 parent b210257 commit 4ec5669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/app/app_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ async def update_organization_invite_authorizations(
435435
436436
Args:
437437
email (str): Email of the user the invite was sent to.
438-
add_authorization (Optional[List[viam.proto.app.Authorization]]): Optional list of authorizations to add to the invite.
439-
remove_authorization (Optional[List[viam.proto.app.Authorization]]): Optional list of authorizations to remove from the invite.
438+
add_authorizations (Optional[List[viam.proto.app.Authorization]]): Optional list of authorizations to add to the invite.
439+
remove_authorizations (Optional[List[viam.proto.app.Authorization]]): Optional list of authorizations to remove from the invite.
440440
441441
Raises:
442442
GRPCError: If no authorizations are passed or if an invalid combination of authorizations is passed (e.g. an authorization to

0 commit comments

Comments
 (0)