Fixed typo

This commit is contained in:
Dimitris Zlatanidis 2022-12-08 19:26:32 +02:00
parent 65baa631a8
commit 95e834606a

View file

@ -189,7 +189,7 @@ class ViewMessage:
print('Note: After cleaning you should remove them one by one.')
def question(self):
""" Manage the proceed. """
""" Manage to proceed. """
if '--yes' not in self.flags:
answer = input('\nDo you want to continue [y/N]: ')
print()