--- a/eric6/WebBrowser/UrlBar/UrlBar.py Sat Aug 31 12:58:11 2019 +0200 +++ b/eric6/WebBrowser/UrlBar/UrlBar.py Sun Sep 01 17:43:03 2019 +0200 @@ -35,8 +35,8 @@ """ Constructor - @param mainWindow reference to the main window (HelpWindow) - @param parent reference to the parent widget (HelpBrowser) + @param mainWindow reference to the main window (WebBrowserWindow) + @param parent reference to the parent widget (WebBrowserView) """ E5LineEdit.__init__(self, parent) self.setInactiveText(self.tr("Enter the URL here."))