mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated docstring
This commit is contained in:
parent
696f79e80d
commit
be51aaff12
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class SearchPackage(Configs): # pylint: disable=[R0902]
|
|||
('-p', '--pkg-version'), flags)
|
||||
|
||||
def search(self) -> None:
|
||||
""" Choose between all and a repository.
|
||||
""" Choose between all and one repository.
|
||||
"""
|
||||
if self.repository == '*':
|
||||
self.search_to_all_repositories()
|
||||
|
|
Loading…
Reference in a new issue