src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py

branch
eric7
changeset 10417
c6011e501282
parent 10284
83cc3ab2a612
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py	Sat Dec 16 17:52:02 2023 +0100
+++ b/src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py	Sun Dec 17 17:15:19 2023 +0100
@@ -124,7 +124,7 @@
         @param key the key of the value to get
         @type str
         @return the requested setting value
-        @rtype any
+        @rtype Any
         """
         return None
 
@@ -135,7 +135,7 @@
         @param key the key of the setting to be set
         @type str
         @param value the value to be set
-        @type any
+        @type Any
         """
         pass
 '''

eric ide

mercurial