mirror of
https://gitlab.rlp.net/pgp/pgp1-python-einfuehrung
synced 2024-11-16 13:48:11 +00:00
Fixed typo
This commit is contained in:
parent
e7d098f40c
commit
675e938a09
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ Searching for the Jupyter profile directory...''')
|
||||||
How do you want to proceed?''')
|
How do you want to proceed?''')
|
||||||
sleep(2)
|
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)''')
|
or stop the custom.css set up? (s)''')
|
||||||
if proceed == 's':
|
if proceed == 's':
|
||||||
print('The installation will be stoped.')
|
print('The installation will be stoped.')
|
||||||
|
@ -63,4 +63,4 @@ Copying data now.''')
|
||||||
print('Directory has been created, copying data now.')
|
print('Directory has been created, copying data now.')
|
||||||
shutil.copy(custiom_source_file, custom_dir)
|
shutil.copy(custiom_source_file, custom_dir)
|
||||||
sleep(1)
|
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)
|
||||||
|
|
Loading…
Reference in a new issue