Commit b556af7a authored by Antonio Caceres's avatar Antonio Caceres
Browse files

Add closing paren to abstract.py documentation.

parent 2df9f10e
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment