diff --git a/slpkg/upgrade.py b/slpkg/upgrade.py index 4525d8fc..4eee8499 100644 --- a/slpkg/upgrade.py +++ b/slpkg/upgrade.py @@ -40,7 +40,7 @@ class Upgrade(Configs): else: repo_packages: list = list(SBoQueries('').sbos()) - # Compares two lists and get only the installed packages from the repository. + # Returns the matched packages between two lists. packages: list = list(set(self.all_installed) & set(repo_packages)) for pkg in packages: