eric7/MicroPython/MicroPythonWidget.py

branch
eric7
changeset 8343
242d5dae2937
parent 8322
b422b4e77d19
child 8356
68ec9c3d4de5
--- a/eric7/MicroPython/MicroPythonWidget.py	Fri May 21 17:45:47 2021 +0200
+++ b/eric7/MicroPython/MicroPythonWidget.py	Fri May 21 17:48:17 2021 +0200
@@ -1166,7 +1166,7 @@
         @type bool
         """
         if not HAS_QTCHART:
-            # QtChart not available => fail silently
+            # QtCharts not available => fail silently
             return
         
         if not self.__device:

eric ide

mercurial