Wed, 20 Apr 2016 19:38:19 +0200
Corrected a typo.
(grafted from d4709f4818bbd3d3e243bebaa4586ebed3b6c87b)
DebugClients/Python/DebugClientBase.py | file | annotate | diff | comparison | revisions | |
DebugClients/Python3/DebugClientBase.py | file | annotate | diff | comparison | revisions |
--- a/DebugClients/Python/DebugClientBase.py Sun Apr 17 21:26:28 2016 +0200 +++ b/DebugClients/Python/DebugClientBase.py Wed Apr 20 19:38:19 2016 +0200 @@ -1047,7 +1047,7 @@ def __interact(self): """ - Private method to Interact with the debugger. + Private method to interact with the debugger. """ global DebugClientInstance
--- a/DebugClients/Python3/DebugClientBase.py Sun Apr 17 21:26:28 2016 +0200 +++ b/DebugClients/Python3/DebugClientBase.py Wed Apr 20 19:38:19 2016 +0200 @@ -1050,7 +1050,7 @@ def __interact(self): """ - Private method to Interact with the debugger. + Private method to interact with the debugger. """ global DebugClientInstance