From 4fef533d1901036f0b1dbfa2bf77f46b526feb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miha=20Frange=C5=BE?= Date: Sat, 28 Dec 2024 16:31:44 +0100 Subject: [PATCH] Fixed typo --- lednamebadge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lednamebadge.py b/lednamebadge.py index a921e53..cc31b65 100755 --- a/lednamebadge.py +++ b/lednamebadge.py @@ -734,7 +734,7 @@ class WriteUsbHidApi(WriteMethod): class WriteSerialApi(WriteMethod): - """Write to a device with the open-source firmware via the USB serial port using pyusb. + """Write to a device with the open-source firmware via the USB serial port using pyserial. """ _module_loaded = False try: