summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-02-11 19:57:48 -0500
committerDan Halbert <halbert@halwitz.org>2020-02-11 19:57:48 -0500
commitf73b58a2c67187635c5c9d8d7113f289acf78031 (patch)
tree9d8c4d0d8cdc6ffb7ab607371d897b366f692367 /shared-bindings
parent2e029d55fc0396a33fcf8ac73124f571aea34eee (diff)
fix doc indentation
Diffstat (limited to 'shared-bindings')
-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 2ae312a35..07b93c022 100644
--- a/shared-bindings/busio/SPI.c
+++ b/shared-bindings/busio/SPI.c
@@ -57,7 +57,7 @@
//|
//| Construct an SPI object on the given pins.
-//| ..note:: The SPI peripherals allocated in order of desirability, if possible,
+//| ..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,
//| some of which may also be used for I2C. The 32MHz SPI peripheral is returned