--- a/src/eric7/PluginManager/PluginManager.py Tue Jun 25 12:30:47 2024 +0200 +++ b/src/eric7/PluginManager/PluginManager.py Tue Jun 25 14:44:19 2024 +0200 @@ -1493,7 +1493,7 @@ type. Plugins supporting this functionality must support the module function - clearPrivateData() and have the module level attribute pluginType. + 'clearPrivateData()' (and may have the module level attribute 'pluginType'). @param type_ type of the plugin to clear private data for @type str