WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 56b4478

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Fix incorrect comment to stop job in 1_cluster_job_client.ipynb
1 parent a057ac1 commit 56b4478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-notebooks/guided-demos/1_cluster_job_client.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"outputs": [],
180180
"source": [
181181
"# Delete a job\n",
182-
"# Can run client.cancel_job(submission_id) first if job is still running\n",
182+
"# Can run client.stop_job(submission_id) first if job is still running\n",
183183
"client.delete_job(submission_id)"
184184
]
185185
},

0 commit comments

Comments
 (0)