eric6/Utilities/BackgroundService.py

changeset 7900
72b88fb20261
parent 7781
607a6098cb44
child 7923
91e843545d9a
--- 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)

eric ide

mercurial