Sat, 27 Jul 2019 19:22:21 +0200
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.