From 8d06367d91ba0b423355bb1140b701683704a8b9 2014-06-09 18:52:04 From: Jessica B. Hamrick Date: 2014-06-09 18:52:04 Subject: [PATCH] Fix JSON syntax errors --- diff --git a/IPython/nbformat/v4/v4.withref.json b/IPython/nbformat/v4/v4.withref.json index 35517c9..1dea52a 100644 --- a/IPython/nbformat/v4/v4.withref.json +++ b/IPython/nbformat/v4/v4.withref.json @@ -16,7 +16,7 @@ "required": true }, "kernel_info": { - "description": "Other kernel information, to be determined." + "description": "Other kernel information, to be determined.", "type": "object", "required": true, "additionalProperties": true @@ -144,7 +144,7 @@ "type": "string", "pattern": "^.*\n$" } - } + }, "outputs": { "description": "Outputs of cell, to be defined.", "type": "array",