diff -r 866adc8c315b -r 0acf98cd089a eric6/E5Gui/E5LineEdit.py --- a/eric6/E5Gui/E5LineEdit.py Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/E5Gui/E5LineEdit.py Mon Feb 01 10:38:16 2021 +0100 @@ -249,8 +249,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) @exception ValueError raised to indicate a bad parameter value """