From b556af7a519804a30cfd2aab9ee466814ee3dd45 Mon Sep 17 00:00:00 2001 From: Antonio Caceres <antonio@antonio-caceres.com> Date: Tue, 15 Oct 2024 14:33:30 -0700 Subject: [PATCH] Add closing paren to abstract.py documentation. --- src/abstract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abstract.py b/src/abstract.py index cf5cdcc..04f7edc 100644 --- a/src/abstract.py +++ b/src/abstract.py @@ -4,7 +4,7 @@ These classes are just providing examples of how to use the proximity sensor, the LED controller, and the touch sensor for type hinting. The actual implementations of the classes are on the device. -You'll learn more about abstract classes in CS2. +You'll learn more about abstract classes in CS2.) """ # We aren't using the abc module because it isn't available on circuitpy. -- GitLab