From 3dfc6fc0b5b116e367abaf6428f73296b8202506 Mon Sep 17 00:00:00 2001 From: doniks Date: Sun, 29 Nov 2020 12:20:06 +0100 Subject: [PATCH] typo --- content/firmwareapi/pycom/machine/timer.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/firmwareapi/pycom/machine/timer.md b/content/firmwareapi/pycom/machine/timer.md index 1fa8348..1c1f199 100644 --- a/content/firmwareapi/pycom/machine/timer.md +++ b/content/firmwareapi/pycom/machine/timer.md @@ -88,7 +88,6 @@ print() print("\nthe racer took %f seconds to finish the race" % total) print(" %f seconds in the first lap" % lap) print(" %f seconds in the last lap" % (total - lap)) -class Alarm – get interrupted after a specific interval ``` ## class Alarm