diff -r eb1f1de204da -r 6bafe4f7d5f0 WebBrowser/WebBrowserPage.py --- a/WebBrowser/WebBrowserPage.py Tue Feb 19 19:03:27 2019 +0100 +++ b/WebBrowser/WebBrowserPage.py Tue Feb 19 19:03:47 2019 +0100 @@ -554,7 +554,8 @@ @pyqtSlot("QWebEngineRegisterProtocolHandlerRequest") def __registerProtocolHandlerRequested(self, request): """ - Private slot to handle the registration of a custom protocol handler. + Private slot to handle the registration of a custom protocol + handler. @param request reference to the registration request @type QWebEngineRegisterProtocolHandlerRequest