EspDevices, MicroPythonDevices: fixed a wrong source docu string. micropython

Sat, 27 Jul 2019 19:22:21 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 27 Jul 2019 19:22:21 +0200
branch
micropython
changeset 7091
84d2a73b448a
parent 7090
f4427962a4da
child 7092
7414b3b012b1

EspDevices, MicroPythonDevices: fixed a wrong source docu string.

eric6/MicroPython/EspDevices.py file | annotate | diff | comparison | revisions
eric6/MicroPython/MicroPythonDevices.py file | annotate | diff | comparison | revisions
--- a/eric6/MicroPython/EspDevices.py	Sat Jul 27 19:21:40 2019 +0200
+++ b/eric6/MicroPython/EspDevices.py	Sat Jul 27 19:22:21 2019 +0200
@@ -109,7 +109,7 @@
     
     def canRunScript(self):
         """
-        Public method to determine, if a Plotter can be started.
+        Public method to determine, if a script can be executed.
         
         @return tuple containing a flag indicating it is safe to start a
             Plotter and a reason why it cannot.
--- a/eric6/MicroPython/MicroPythonDevices.py	Sat Jul 27 19:21:40 2019 +0200
+++ b/eric6/MicroPython/MicroPythonDevices.py	Sat Jul 27 19:22:21 2019 +0200
@@ -225,7 +225,7 @@
     
     def canRunScript(self):
         """
-        Public method to determine, if a Plotter can be started.
+        Public method to determine, if a script can be executed.
         
         @return tuple containing a flag indicating it is safe to start a
             Plotter and a reason why it cannot.

eric ide

mercurial