Skip to content

Commit 2db3a61

Browse files
Copilotjacalata
andcommitted
Fix spelling typos in batch_update_state docstring
Co-authored-by: jacalata <2009720+jacalata@users.noreply.github.com>
1 parent 6cc0908 commit 2db3a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tableauserverclient/server/endpoint/schedules_endpoint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,12 @@ def batch_update_state(
298298
@api(version="3.27")
299299
def batch_update_state(self, schedules, state, update_all=False) -> list[str]:
300300
"""
301-
Batch update the status of one or more scheudles. If update_all is set,
301+
Batch update the status of one or more schedules. If update_all is set,
302302
all schedules on the Tableau Server are affected.
303303
304304
Parameters
305305
----------
306-
schedules: Iterable[ScheudleItem | str] | Any
306+
schedules: Iterable[ScheduleItem | str] | Any
307307
The schedules to be updated. If update_all=True, this is ignored.
308308
309309
state: Literal["active", "suspended"]

0 commit comments

Comments
 (0)