mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Fixed typo
This commit is contained in:
parent
65baa631a8
commit
95e834606a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue