From 675e938a092c6076f0be2d714b42d91a5968d57d Mon Sep 17 00:00:00 2001 From: MoBit Date: Tue, 19 Oct 2021 17:19:03 +0200 Subject: [PATCH] Fixed typo --- custom_set_up.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_set_up.py b/custom_set_up.py index 0cfb05c..fbaa8a7 100644 --- a/custom_set_up.py +++ b/custom_set_up.py @@ -41,7 +41,7 @@ Searching for the Jupyter profile directory...''') How do you want to proceed?''') sleep(2) - proceed = input('''Would you either like to delte the already existing custom.css file (d), + proceed = input('''Would you either like to delete the already existing custom.css file (d), or stop the custom.css set up? (s)''') if proceed == 's': print('The installation will be stoped.') @@ -63,4 +63,4 @@ Copying data now.''') print('Directory has been created, copying data now.') shutil.copy(custiom_source_file, custom_dir) sleep(1) - print(r'Done! Your custom.css file is now allocated at %s'% custom_file) \ No newline at end of file + print(r'Done! Your custom.css file is now allocated at %s'% custom_file)