diff options
Diffstat (limited to 'shared-bindings/watchdog/WatchDogMode.c')
| -rw-r--r-- | shared-bindings/watchdog/WatchDogMode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/watchdog/WatchDogMode.c b/shared-bindings/watchdog/WatchDogMode.c index 369454c11..293ee043d 100644 --- a/shared-bindings/watchdog/WatchDogMode.c +++ b/shared-bindings/watchdog/WatchDogMode.c @@ -29,7 +29,7 @@ //| class WatchDogMode: //| """run state of the watchdog timer""" //| -//| def __init__(self, ): +//| def __init__(self): //| """Enum-like class to define the run mode of the watchdog timer.""" //| //| RAISE: Any = ... |
