summaryrefslogtreecommitdiff
path: root/shared-bindings/watchdog/WatchDogTimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/watchdog/WatchDogTimer.c')
-rw-r--r--shared-bindings/watchdog/WatchDogTimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/watchdog/WatchDogTimer.c b/shared-bindings/watchdog/WatchDogTimer.c
index 52bda4c77..20bead106 100644
--- a/shared-bindings/watchdog/WatchDogTimer.c
+++ b/shared-bindings/watchdog/WatchDogTimer.c
@@ -49,7 +49,7 @@
//| """
//|
-//| def __init__(self, ):
+//| def __init__(self) -> None:
//| """Not currently dynamically supported. Access the sole instance through `microcontroller.watchdog`."""
//| ...
//|