8000 Merge pull request #1608 from vitorhonna/patch-2 · tableau/server-client-python@946d208 · GitHub
[go: up one dir, main page]

Skip to content

Commit 946d208

Browse files
authored
Merge pull request #1608 from vitorhonna/patch-2
Fix typo in update_datasource_data.py
2 parents bcc79f6 + 5eca29c commit 946d208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/update_datasource_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def main():
7676
print("Waiting for job...")
7777
# `wait_for_job` will throw if the job isn't executed successfully
7878
job = server.jobs.wait_for_job(job)
79-
print("Job finished succesfully")
79+
print("Job finished successfully")
8080

8181

8282
if __name__ == "__main__":

0 commit comments

Comments
 (0)
0