diff -r 44e15eda6506 -r e8fc383322f7 eric6/DebugClients/Python/DCTestResult.py --- 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. """