src/eric7/EricWidgets/EricPassivePopup.py

branch
eric7
changeset 10417
c6011e501282
parent 9653
e67609152c5e
child 10423
299802979277
--- 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]

eric ide

mercurial