Skip to content

Commit a28c446

Browse files
committed
doc: fix doc of WorkspaceAssignmentAPI.list
1 parent 1f3ecce commit a28c446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/account/iam/workspace_assignment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
5050
workspace_id = os.environ["TEST_WORKSPACE_ID"]
5151
52-
all = a.workspace_assignment.list(list=workspace_id)
52+
all = a.workspace_assignment.list(workspace_id=workspace_id)
5353
5454
Get permission assignments.
5555

examples/account/workspace_assignment/list_workspace_assignment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
workspace_id = os.environ["TEST_WORKSPACE_ID"]
88

9-
all = a.workspace_assignment.list(list=workspace_id)
9+
all = a.workspace_assignment.list(workspace_id=workspace_id)

0 commit comments

Comments
 (0)