summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-02-11 20:03:47 -0500
committerDan Halbert <halbert@halwitz.org>2020-02-11 20:03:47 -0500
commitc57ccd5eb4d40ec5262aacb5eb1e16fd6157a652 (patch)
tree5de8eca253645e91351d6f0db8b435a8039d5de5
parentf73b58a2c67187635c5c9d8d7113f289acf78031 (diff)
doc typo
-rw-r--r--shared-bindings/busio/SPI.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/busio/SPI.c b/shared-bindings/busio/SPI.c
index 07b93c022..828ffb8d0 100644
--- a/shared-bindings/busio/SPI.c
+++ b/shared-bindings/busio/SPI.c
@@ -56,7 +56,7 @@
//| .. class:: SPI(clock, MOSI=None, MISO=None)
//|
//| Construct an SPI object on the given pins.
-
+//|
//| ..note:: The SPI peripherals allocated in order of desirability, if possible,
//| such as highest speed and not shared use first. For instance, on the nRF52840,
//| there is a single 32MHz SPI peripheral, and multiple 8MHz peripherals,