1
0
Fork 0
mirror of https://gitlab.rlp.net/pgp/pgp1-python-einfuehrung synced 2024-10-12 13:24:22 +00:00

Fixed typo

This commit is contained in:
MoBit 2021-10-19 17:19:03 +02:00
parent e7d098f40c
commit 675e938a09

View file

@ -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)
print(r'Done! Your custom.css file is now allocated at %s'% custom_file)