--- a/eric6/Network/IRC/IrcMessageEdit.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Network/IRC/IrcMessageEdit.py Sat Dec 19 15:22:26 2020 +0100 @@ -24,8 +24,8 @@ Constructor @param parent reference to the parent widget (QWidget) - @keyparam inactiveText text to be shown on inactivity (string) - @keyparam side side the clear button should be shown at + @param inactiveText text to be shown on inactivity (string) + @param side side the clear button should be shown at (E5LineEdit.RightSide, E5LineEdit.LeftSide) """ super(IrcMessageEdit, self).__init__(parent, inactiveText, side)