diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/Preferences/Shortcuts.py --- a/eric6/Preferences/Shortcuts.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Preferences/Shortcuts.py Sat Dec 19 15:22:26 2020 +0100 @@ -39,9 +39,9 @@ """ Module function to read the keyboard shortcuts for the defined QActions. - @keyparam prefClass preferences class used as the storage area - @keyparam helpViewer reference to the help window object - @keyparam pluginName name of the plugin for which to load shortcuts + @param prefClass preferences class used as the storage area + @param helpViewer reference to the help window object + @param pluginName name of the plugin for which to load shortcuts (string) """ if helpViewer is None and pluginName is None: @@ -128,7 +128,7 @@ Module function to write the keyboard shortcuts for the defined QActions. @param prefClass preferences class used as the storage area - @keyparam helpViewer reference to the help window object + @param helpViewer reference to the help window object """ if helpViewer is None: # step 1: clear all previously saved shortcuts