From 892a586cc51527dc2206946a1c6703c65cae3ae0 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Tue, 3 Nov 2015 16:56:32 -0600 Subject: [PATCH] Fixed typo in JSON Somehow an extra character creeped in, making the notebook invalid JSON, and thus unable to be opened. --- 00-Preface.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-Preface.ipynb b/00-Preface.ipynb index 3c6ebc8..6839e7f 100644 --- a/00-Preface.ipynb +++ b/00-Preface.ipynb @@ -18,7 +18,7 @@ "cell_type": "raw", "metadata": {}, "source": [ - "\\addcontentsline{toc}{chapter}{Preface}"c + "\\addcontentsline{toc}{chapter}{Preface}" ] }, {