eric6/DebugClients/Python/ModuleLoader.py

changeset 7887
c1588f5a83e9
parent 7646
39e3db2b4936
child 7894
4370a8b30648
--- a/eric6/DebugClients/Python/ModuleLoader.py	Thu Dec 17 14:30:46 2020 +0100
+++ b/eric6/DebugClients/Python/ModuleLoader.py	Thu Dec 17 14:40:06 2020 +0100
@@ -123,7 +123,7 @@
                 about what spec to return
             @type module
             @return module spec object pointing to the module loader
-            @type ModuleSpec
+            @rtype ModuleSpec
             """
             if fullname in sys.modules or not self.__dbgClient.debugging:
                 return None

eric ide

mercurial