diff -r dad1f6d37366 -r a82014a9e57b src/eric7/MicroPython/BluetoothDialogs/BluetoothStatusDialog.py --- a/src/eric7/MicroPython/BluetoothDialogs/BluetoothStatusDialog.py Sat Mar 11 15:28:47 2023 +0100 +++ b/src/eric7/MicroPython/BluetoothDialogs/BluetoothStatusDialog.py Sun Mar 12 14:56:04 2023 +0100 @@ -4,7 +4,7 @@ # """ -Module implementing BluetoothStatusDialog. +Module implementing a dialog to show Bluetooth related status information. """ from PyQt6.QtCore import Qt @@ -15,7 +15,7 @@ class BluetoothStatusDialog(QDialog, Ui_BluetoothStatusDialog): """ - Class documentation goes here. + Class implementing a dialog to show Bluetooth related status information. """ def __init__(self, status, parent=None):