Skip to content

Commit 71077ec

Browse files
committed
fix: refactor playground file structure
1 parent ad45e60 commit 71077ec

File tree

13 files changed

+1
-1
lines changed

13 files changed

+1
-1
lines changed

playground/31-reorganizing-files.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
" print(\"Files copied and renamed successfully!\")\n",
4040
"\n",
4141
"if __name__ == \"__main__\":\n",
42-
" root_directory = \"folders/texts\" # Replace this with the path to your root directory\n",
42+
" root_directory = \"texts\" # Replace this with the path to your root directory\n",
4343
" rename_and_copy_files(root_directory)\n"
4444
]
4545
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)