diff -r 802fca9bb6ed -r 426f64d419f0 eric6/E5Gui/E5Application.py --- a/eric6/E5Gui/E5Application.py Sun Apr 05 11:54:41 2020 +0200 +++ b/eric6/E5Gui/E5Application.py Sun Apr 05 12:00:11 2020 +0200 @@ -69,7 +69,7 @@ @param name name of the object @type str @return reference to the registered object - @type any + @rtype any @exception KeyError raised when the given name is not known """ if name in self.__objectRegistry: