Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e4cac8

Browse files
committed
Fix invalid json.
Should not have trailing space.
1 parent caa31e3 commit 6e4cac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/development/wrapperkernels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Example
105105
Here's the Kernel spec ``kernel.json`` file for this::
106106

107107
{"argv":["python","-m","echokernel", "-f", "{connection_file}"],
108-
"display_name":"Echo",
108+
"display_name":"Echo"
109109
}
110110

111111

0 commit comments

Comments
 (0)