eric6/DebugClients/Python/DCTestResult.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8543
29d7b90ede28
--- a/eric6/DebugClients/Python/DCTestResult.py	Tue Jan 05 18:28:31 2021 +0100
+++ b/eric6/DebugClients/Python/DCTestResult.py	Wed Jan 06 13:47:01 2021 +0100
@@ -4,7 +4,7 @@
 #
 
 """
-Module implementing a TestResult derivative for the eric6 debugger.
+Module implementing a TestResult derivative for the eric debugger.
 """
 
 import select
@@ -13,7 +13,7 @@
 
 class DCTestResult(TestResult):
     """
-    A TestResult derivative to work with eric6's debug client.
+    A TestResult derivative to work with eric's debug client.
     
     For more details see unittest.py of the standard python distribution.
     """

eric ide

mercurial