summaryrefslogtreecommitdiff
path: root/shared-bindings/neopixel_write
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-03-07 12:58:57 +0100
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-03-07 12:58:57 +0100
commit4aaa0ea00864dea835161b96a75c15e8c5242744 (patch)
treec77f420dcd489289eae300ce85722d36c2bce9d1 /shared-bindings/neopixel_write
parent3891dde7ffd96eff8d79d9816f49b7543ee15769 (diff)
shared-bindings: Do a pass on the docs and make sure keyword only arguments make sense and are documented correctly. Fixes #109
Diffstat (limited to 'shared-bindings/neopixel_write')
-rw-r--r--shared-bindings/neopixel_write/__init__.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/neopixel_write/__init__.c b/shared-bindings/neopixel_write/__init__.c
index 703534b3f..b0490e1ae 100644
--- a/shared-bindings/neopixel_write/__init__.c
+++ b/shared-bindings/neopixel_write/__init__.c
@@ -42,8 +42,8 @@
//|
//| The `neopixel_write` module contains a helper method to write out bytes in
//| the 800khz neopixel protocol.
-
-//| .. method:: neopixel_write.neopixel_write(digitalinout, buf, is800KHz)
+//|
+//| .. method:: neopixel_write.neopixel_write(digitalinout, buf)
//|
//| Write buf out on the given DigitalInOut.
//|