--- a/src/eric7/MicroPython/MicroPythonFileManagerWidget.py Tue Feb 21 10:56:54 2023 +0100 +++ b/src/eric7/MicroPython/MicroPythonFileManagerWidget.py Wed Feb 22 07:43:56 2023 +0100 @@ -327,7 +327,7 @@ @pyqtSlot(str) def on_localCwd_textChanged(self, cwd): """ - Public slot handling a change of the current local working directory. + Private slot handling a change of the current local working directory. @param cwd current local working directory @type str @@ -422,7 +422,7 @@ @pyqtSlot(str) def on_deviceCwd_textChanged(self, cwd): """ - Public slot handling a change of the current device working directory. + Private slot handling a change of the current device working directory. @param cwd current device working directory @type str