From 28a869fa7966732012d4c67705905c819545d3f1 Mon Sep 17 00:00:00 2001 From: Hiromi Suenaga Date: Fri, 8 Sep 2017 17:53:01 -0400 Subject: [PATCH] Removing an extra new line character to make it a valid JSON file --- deeplearning1/nbs/wordvectors.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deeplearning1/nbs/wordvectors.ipynb b/deeplearning1/nbs/wordvectors.ipynb index 10d5b25dc..df81f702c 100644 --- a/deeplearning1/nbs/wordvectors.ipynb +++ b/deeplearning1/nbs/wordvectors.ipynb @@ -49,8 +49,7 @@ "hidden": true }, "source": [ - "This section shows how we processed the original glove text files. However, there's no need for you to do this, - since we provide the [pre-processed glove data](files.fast.ai/models/glove)." + "This section shows how we processed the original glove text files. However, there's no need for you to do this, since we provide the [pre-processed glove data](files.fast.ai/models/glove)." ] }, {