Updated message

This commit is contained in:
Dimitris Zlatanidis 2022-12-20 22:37:03 +02:00
parent 03d8a9af5a
commit 03f87d1584

View file

@ -18,7 +18,7 @@ class FindInstalled:
def find(self, packages: list):
matching = []
print(f'The list below shows the packages '
print(f'The list below shows the installed packages '
f'that contains \'{", ".join([p for p in packages])}\' files:\n')
for pkg in packages: