Skip to content

Commit 8abda4b

Browse files
authored
Fix typo in update_datasource_data.py
1 parent bf85704 commit 8abda4b

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)