diff -r 5f84d5eeee9e -r 163511257f24 src/eric7/MicroPython/MicroPythonFileManagerWidget.py --- a/src/eric7/MicroPython/MicroPythonFileManagerWidget.py Tue Feb 21 10:53:46 2023 +0100 +++ b/src/eric7/MicroPython/MicroPythonFileManagerWidget.py Wed Feb 22 07:45:54 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