eric6/DebugClients/Python/DCTestResult.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7960
e8fc383322f7
child 8543
29d7b90ede28
--- a/eric6/DebugClients/Python/DCTestResult.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/DebugClients/Python/DCTestResult.py	Mon Feb 01 10:38:16 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