summaryrefslogtreecommitdiff
path: root/shared-bindings/usb_hid/Device.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/usb_hid/Device.c')
-rw-r--r--shared-bindings/usb_hid/Device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/usb_hid/Device.c b/shared-bindings/usb_hid/Device.c
index 14b441e44..f7323accf 100644
--- a/shared-bindings/usb_hid/Device.c
+++ b/shared-bindings/usb_hid/Device.c
@@ -39,7 +39,7 @@
//| mouse.send_report()"""
//|
-//| def __init__(self):
+//| def __init__(self): -> None
//| """Not currently dynamically supported."""
//| ...
//|