8000 fix: missing variable name · tableau/server-client-python@837d030 · GitHub
[go: up one dir, main page]

Skip to content

Commit 837d030

Browse files
committed
fix: missing variable name
1 parent dec4f44 commit 837d030

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tableauserverclient/server/endpoint/workbooks_endpoint.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ def get(self, req_options: Optional["RequestOptions"] = None) -> tuple[list[Work
7575
7676
Parameters
7777
----------
78-
(Optional) You can pass the method a request object that contains
79-
additional parameters to filter the request. For example, if you were
80-
searching for a specific workbook, you could specify the name of the
81-
workbook or the name of the owner.
78+
req_options : RequestOptions, optional
79+
(Optional) You can pass the method a request object that contains
80+
additional parameters to filter the request. For example, if you
81+
were searching for a specific workbook, you could specify the name
82+
of the workbook or the name of the owner.
8283
8384
Returns
8485
-------

0 commit comments

Comments
 (0)
0