eric6/MicroPython/MicroPythonFileManagerWidget.py

branch
micropython
changeset 7089
9f9816b19aa4
parent 7088
e29b0ee86b29
child 7095
8e10acb1cd85
--- a/eric6/MicroPython/MicroPythonFileManagerWidget.py	Sat Jul 27 17:02:01 2019 +0200
+++ b/eric6/MicroPython/MicroPythonFileManagerWidget.py	Sat Jul 27 17:52:00 2019 +0200
@@ -776,7 +776,7 @@
                      Globals.dataString(totalSize),
                      Globals.dataString(usedSize),
                      Globals.dataString(freeSize),
-            )
+                     )
         E5MessageBox.information(
             self,
             self.tr("Filesystem Information"),
@@ -875,7 +875,7 @@
     @pyqtSlot(str, str)
     def __deviceImplementationReceived(self, name, version):
         """
-        Privat slot handling the receipt of implementation info.
+        Private slot handling the receipt of implementation info.
         
         @param name name of the implementation
         @type str

eric ide

mercurial