Corrected a typo.

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 20 Apr 2016 19:38:19 +0200
changeset 4944
d4709f4818bb
parent 4943
e093b4e24e97
child 4945
aa494a61240b

Corrected a typo.

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