src/eric7/MicroPython/BluetoothDialogs/BluetoothStatusDialog.py

branch
mpy_network
changeset 9878
a82014a9e57b
parent 9857
0122ae72618d
child 10439
21c28b0f9e41
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):

eric ide

mercurial