eric6/Utilities/BackgroundService.py

changeset 7335
07ed3d73bf58
parent 7259
7c017076c12e
child 7360
9190402e4505
diff -r be378821131e -r 07ed3d73bf58 eric6/Utilities/BackgroundService.py
--- a/eric6/Utilities/BackgroundService.py	Thu Nov 14 19:39:07 2019 +0100
+++ b/eric6/Utilities/BackgroundService.py	Tue Nov 19 18:53:58 2019 +0100
@@ -126,7 +126,7 @@
         connection = self.connections.get(lang)
         if connection is None:
             if fx != 'INIT':
-                # Avoid growing recursion deep which could itself result in an
+                # Avoid growing recursion depth which could itself result in an
                 # exception
                 QTimer.singleShot(
                     0,

eric ide

mercurial