diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/UI/BrowserModel.py --- a/eric6/UI/BrowserModel.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/UI/BrowserModel.py Sat Dec 19 15:22:26 2020 +0100 @@ -44,7 +44,7 @@ Constructor @param parent reference to parent object (QObject) - @keyparam nopopulate flag indicating to not populate the model + @param nopopulate flag indicating to not populate the model (boolean) """ super(BrowserModel, self).__init__(parent)