Skip to content

Commit cf6d286

Browse files
committed
Fix old comment
1 parent 37c48c9 commit cf6d286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_usb_host_mouse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def release(self):
263263
"""
264264
# was_attached is an empty list if no interfaces were detached from the kernel
265265
if self.was_attached:
266-
# the first element of the was_attached list is a list of detached interfaces
266+
# was_attached is a list of detached interfaces
267267
for intf in self.was_attached:
268268
if not self.device.is_kernel_driver_active(intf):
269269
self.device.attach_kernel_driver(intf)

0 commit comments

Comments
 (0)