--- 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 '''