[entropy.db] EntropyRepositoryBase: fix wording of retrieveNeeded()

This commit is contained in:
Fabio Erculiani
2011-07-07 15:29:44 +02:00
parent 8f0879361f
commit db099dff4c
+2 -2
View File
@@ -2340,8 +2340,8 @@ class EntropyRepositoryBase(TextInterface, EntropyRepositoryPluginStore):
@param package_id: package indentifier
@type package_id: int
@return: list (frozenset) of tuples of length 2 composed by library
name and ELF class
@return: list (frozenset) of tuples of length 3 composed by library
name, path and ELF class
@rtype: frozenset
"""
raise NotImplementedError()