Skip to content

Commit

Permalink
fix: missing variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Oct 11, 2024
1 parent db11108 commit 0fcbd0c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tableauserverclient/server/endpoint/workbooks_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ def get(self, req_options: Optional["RequestOptions"] = None) -> tuple[list[Work
Parameters
----------
(Optional) You can pass the method a request object that contains
additional parameters to filter the request. For example, if you were
searching for a specific workbook, you could specify the name of the
workbook or the name of the owner.
req_options : RequestOptions, optional
(Optional) You can pass the method a request object that contains
additional parameters to filter the request. For example, if you
were searching for a specific workbook, you could specify the name
of the workbook or the name of the owner.
Returns
-------
Expand Down

0 comments on commit 0fcbd0c

Please sign in to comment.