diff -r 7bc3332b65f9 -r c0d638327085 AssistantEric/Assistant.py --- a/AssistantEric/Assistant.py Thu Dec 30 11:29:53 2021 +0100 +++ b/AssistantEric/Assistant.py Thu Dec 30 11:32:05 2021 +0100 @@ -818,11 +818,11 @@ documentCalltips = self.__getDocumentCalltips( word, prefix, mod, editor) - return list(sorted( + return sorted( set(apiCalltips) .union(set(projectCalltips)) .union(set(documentCalltips)) - )) + ) def __getApiCalltips(self, api, word, commas, prefix, module, editor): """