diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/Preferences/ConfigurationPages/ConfigurationPageBase.py --- a/eric6/Preferences/ConfigurationPages/ConfigurationPageBase.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Preferences/ConfigurationPages/ConfigurationPageBase.py Sat Dec 19 15:22:26 2020 +0100 @@ -56,9 +56,9 @@ @param colourKey key of the colour resource (string) @param button reference to a button to show the colour on (QPushButton) @param prefMethod preferences method to get the colour - @keyparam byName flag indicating to retrieve/save by colour name + @param byName flag indicating to retrieve/save by colour name (boolean) - @keyparam hasAlpha flag indicating to allow alpha channel (boolean) + @param hasAlpha flag indicating to allow alpha channel (boolean) """ colour = QColor(prefMethod(colourKey)) size = button.size()