From 57d53db5d88354b5a682cba50d8f8ed8204cba98 Mon Sep 17 00:00:00 2001 From: Noa Sarid <83418206+noaiz@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:24:48 +0000 Subject: [PATCH] fix: fix path to correspond with file name in resources --- content/week06/1_Sets.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/week06/1_Sets.ipynb b/content/week06/1_Sets.ipynb index a7772da..7cfd0ba 100644 --- a/content/week06/1_Sets.ipynb +++ b/content/week06/1_Sets.ipynb @@ -861,7 +861,7 @@ " return path1_files & path2_files\n", "\n", "\n", - "common_filenames('images', 'resources/week05_images')" + "common_filenames('images', 'resources/week5_images')" ] }, {