--- a/eric6/Utilities/BackgroundService.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Utilities/BackgroundService.py Sat Dec 19 15:22:26 2020 +0100 @@ -261,7 +261,7 @@ Public method to restart a given lanuage. @param language to restart (str) - @keyparam forceKill flag to kill a running task (bool) + @param forceKill flag to kill a running task (bool) """ try: proc, interpreter = self.processes.pop(language)