--- 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. """