diff --git a/slpkg/utilities.py b/slpkg/utilities.py index 3e2a304a..e8fe1d61 100644 --- a/slpkg/utilities.py +++ b/slpkg/utilities.py @@ -168,7 +168,7 @@ class Utilities(Configs): @staticmethod def apply_package_pattern(data: dict, packages: list) -> list: - """ Apply the pattern. """ + """ If the '*' applied returns all the package names. """ for pkg in packages: if pkg == '*':