diff --git a/docs/source/kernel-library.md b/docs/source/kernel-library.md index e285a3e05..ab5c0e448 100644 --- a/docs/source/kernel-library.md +++ b/docs/source/kernel-library.md @@ -19,4 +19,4 @@ client = NotebookClient(nb=test_notebook, kernel_manager_class=RemoteKernelManag client.execute() ``` -The above code will execute the notebook on a kernel using the configured `ProcessProxy` (defaults to Kubernetes). +The above code will execute the notebook on a kernel using the configured `ProcessProxy`.