--- 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