Skip to content

Commit 1eadf75

Browse files
authored
fix: Path to correspond with file name in resources (#68)
1 parent b0de59a commit 1eadf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/week06/1_Sets.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@
861861
" return path1_files & path2_files\n",
862862
"\n",
863863
"\n",
864-
"common_filenames('images', 'resources/week05_images')"
864+
"common_filenames('images', 'resources/week5_images')"
865865
]
866866
},
867867
{

0 commit comments

Comments
 (0)