Updated comments

This commit is contained in:
Dimitris Zlatanidis 2023-03-30 22:54:33 +03:00
parent 232385fe63
commit b97424c835

View file

@ -28,7 +28,7 @@ class SearchPackage(Configs):
self.flag_bin_repository: list = ['-B=', '--bin-repo=']
def package(self, packages: list, repo=None) -> None:
""" Searching and print the matched slackbuilds. """
""" Searching and print the matched packages. """
matching: int = 0
repository: str = ''