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?''')
|
||||
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.')
|
||||
|
|
Loading…
Reference in a new issue