Corrected a typo. 6_1_x

Wed, 20 Apr 2016 19:38:19 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 20 Apr 2016 19:38:19 +0200
branch
6_1_x
changeset 4947
20dcf00d83b3
parent 4946
c7b333448ad5
child 4948
20fb29268927

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
 

eric ide

mercurial