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?''') 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.')