summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorajs256 <67526318+ajs256@users.noreply.github.com>2021-03-01 09:06:24 -0800
committerGitHub <noreply@github.com>2021-03-01 09:06:24 -0800
commitf722df70c86a4aa58c83c4dd75e91ddcd1c97b99 (patch)
treeed1343f75a41deb8bc639912af0132b4650a3acf
parent58de61121777b836d525ea5e24973909bdb8a7fa (diff)
Fix formatting in SPI docs
Close #4293 by changing `..note::` to `.. note::`.
-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 e47564c8c..cbc6b5c08 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