Skip to content

Commit 1375c94

Browse files
committed
Disambiguate client startup and kernel startup
1 parent f2f0e63 commit 1375c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kernels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A 'kernel' is a program that runs and introspects the user's code. IPython
88
includes a kernel for Python code, and people have written kernels for
99
`several other languages <https://github.com/jupyter/jupyter/wiki/Jupyter-kernels>`_.
1010

11-
At startup, Jupyter passes the kernel a connection file. This specifies
11+
At kernel startup, Jupyter passes the kernel a connection file. This specifies
1212
how to set up communications with the frontend.
1313

1414
There are two options for writing a kernel:

0 commit comments

Comments
 (0)