--- a/src/eric7/EricWidgets/EricPassivePopup.py Sat Dec 16 17:52:02 2023 +0100 +++ b/src/eric7/EricWidgets/EricPassivePopup.py Sun Dec 17 17:15:19 2023 +0100 @@ -240,7 +240,7 @@ @param key key for the custom data @type str @param data data to be stored - @type any + @type Any """ self.__customData[key] = data @@ -251,6 +251,6 @@ @param key key for the custom data @type str @return stored data - @rtype any + @rtype Any """ return self.__customData[key]