From ede2136bc80b41e55bdda72cad135b7bf0729da5 Mon Sep 17 00:00:00 2001 From: Edward Donner Date: Fri, 18 Jul 2025 07:24:50 -0400 Subject: [PATCH] Fixed a terrible typo in the json example - thank you Patrick J --- week1/day5.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/week1/day5.ipynb b/week1/day5.ipynb index 300145f..5249ce8 100644 --- a/week1/day5.ipynb +++ b/week1/day5.ipynb @@ -141,7 +141,7 @@ "{\n", " \"links\": [\n", " {\"type\": \"about page\", \"url\": \"https://full.url/goes/here/about\"},\n", - " {\"type\": \"careers page\": \"url\": \"https://another.full.url/careers\"}\n", + " {\"type\": \"careers page\", \"url\": \"https://another.full.url/careers\"}\n", " ]\n", "}\n", "\"\"\"" @@ -501,7 +501,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.12" + "version": "3.11.13" } }, "nbformat": 4,