From 0fcbd0c8a23e5660154488f4ade1d5b3628bbde3 Mon Sep 17 00:00:00 2001 From: Jordan Woods <13803242+jorwoods@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:35:03 -0500 Subject: [PATCH] fix: missing variable name --- .../server/endpoint/workbooks_endpoint.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tableauserverclient/server/endpoint/workbooks_endpoint.py b/tableauserverclient/server/endpoint/workbooks_endpoint.py index a6bde144..ce2f9ba9 100644 --- a/tableauserverclient/server/endpoint/workbooks_endpoint.py +++ b/tableauserverclient/server/endpoint/workbooks_endpoint.py @@ -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 -------