From 03f87d15841baaa1542031f09aa5cae29f6e927c Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 20 Dec 2022 22:37:03 +0200 Subject: [PATCH] Updated message --- slpkg/find_installed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/find_installed.py b/slpkg/find_installed.py index 7ca98fda..a66a496a 100644 --- a/slpkg/find_installed.py +++ b/slpkg/find_installed.py @@ -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: