summaryrefslogtreecommitdiff
path: root/shared-bindings/microcontroller/Pin.c
diff options
context:
space:
mode:
authorDavePutz <dwputz@gmail.com>2020-07-24 20:29:53 -0500
committerGitHub <noreply@github.com>2020-07-24 20:29:53 -0500
commit3dfed3c4aa52d06bd2eb1c28d0a1916821cc3f80 (patch)
treee585876c4e4d3500ba42dfceeb11c5bd11e7dd74 /shared-bindings/microcontroller/Pin.c
parenta14101cd137e56002ff0599d99f8234966786454 (diff)
parenta6e048686fe6999c4231582b7d9e69a7dc679257 (diff)
Merge pull request #15 from adafruit/main
update from main
Diffstat (limited to 'shared-bindings/microcontroller/Pin.c')
-rw-r--r--shared-bindings/microcontroller/Pin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/microcontroller/Pin.c b/shared-bindings/microcontroller/Pin.c
index d5b971ae5..931c0b4c4 100644
--- a/shared-bindings/microcontroller/Pin.c
+++ b/shared-bindings/microcontroller/Pin.c
@@ -36,7 +36,7 @@
//| class Pin:
//| """Identifies an IO pin on the microcontroller."""
//|
-//| def __init__(self, ):
+//| def __init__(self) -> None:
//| """Identifies an IO pin on the microcontroller. They are fixed by the
//| hardware so they cannot be constructed on demand. Instead, use
//| `board` or `microcontroller.pin` to reference the desired pin."""