diff -r 163511257f24 -r 12294115900a src/eric7/MicroPython/MicroPythonFileManagerWidget.py --- a/src/eric7/MicroPython/MicroPythonFileManagerWidget.py Wed Feb 22 07:45:54 2023 +0100 +++ b/src/eric7/MicroPython/MicroPythonFileManagerWidget.py Wed Feb 22 07:48:57 2023 +0100 @@ -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