From 29ef88f5915b0a34ed0fc11e68af7b950872c8eb Mon Sep 17 00:00:00 2001 From: Omer Akram Date: Wed, 22 May 2019 17:25:33 +0500 Subject: [PATCH] Better comment --- src/escpos/printer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/escpos/printer.py b/src/escpos/printer.py index b20876b..648b4bb 100644 --- a/src/escpos/printer.py +++ b/src/escpos/printer.py @@ -70,8 +70,8 @@ class Usb(Escpos): # pyusb has three backends: libusb0, libusb1 and openusb but # only libusb1 backend implements the methods is_kernel_driver_active() - # and detach_kernel_driver(). This change helps enable this - # library to work on Windows. + # and detach_kernel_driver(). + # This helps enable this library to work on Windows. if self.device.backend.__module__.endswith("libusb1"): check_driver = None