Skip to content

Commit a6b1bfb

Browse files
committed
Soften language on dask cluster and client shut down.
1 parent d16443d commit a6b1bfb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/dask_multigpu_guide.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,8 @@
451451
"source": [
452452
"## Clean Up\n",
453453
"\n",
454-
"Always close your Dask client and cluster when finished:\n"
454+
"Optionally close your Dask client and cluster when finished to free up resources.\n",
455+
"Both the client and cluster will be shut down automatically when the notebook kernel process is shut down.\n"
455456
]
456457
},
457458
{

0 commit comments

Comments
 (0)