We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37e192 commit f725500Copy full SHA for f725500
adafruit_usb_host_mouse/__init__.py
@@ -260,7 +260,7 @@ def release(self):
260
Release the mouse cursor and re-attach it to the kernel
261
if it was attached previously.
262
"""
263
- # was_attached is a list of interfaces detached from the kernel or
+ # was_attached is a list of interfaces detached from the kernel or
264
# an empty list if no interfaces were detached
265
for intf in self.was_attached:
266
if not self.device.is_kernel_driver_active(intf):
0 commit comments