eric6/E5Gui/E5Application.py

changeset 7502
426f64d419f0
parent 7493
1696e91a5393
child 7589
c1f81fd8c33a
--- 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:

eric ide

mercurial