Skip to content

Commit 6c206e4

Browse files
authored
Merge pull request #426 from ericdill/docs-suggestions
Docs suggestions
2 parents 9ceaed5 + 1375c94 commit 6c206e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/kernels.rst

Lines changed: 2 additions & 2 deletions
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-
When Jupyter starts a kernel, it passes it 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:
@@ -143,7 +143,7 @@ JSON serialised dictionary containing the following keys and values:
143143
These will be added to the current environment variables before the kernel is
144144
started.
145145
- **metadata** (optional): A dictionary of additional attributes about this
146-
kernel; used by clients to aid clients in kernel selection. Metadata added
146+
kernel; used by clients to aid in kernel selection. Metadata added
147147
here should be namespaced for the tool reading and writing that metadata.
148148

149149
For example, the kernel.json file for IPython looks like this::

0 commit comments

Comments
 (0)