Skip to content

Commit f722df7

Browse files
authored
Fix formatting in SPI docs
Close #4293 by changing `..note::` to `.. note::`.
1 parent 58de611 commit f722df7

File tree

1 file changed

+1
-1
lines changed
  • shared-bindings/busio

1 file changed

+1
-1
lines changed

shared-bindings/busio/SPI.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
//|
5858
//| """Construct an SPI object on the given pins.
5959
//|
60-
//| ..note:: The SPI peripherals allocated in order of desirability, if possible,
60+
//| .. note:: The SPI peripherals allocated in order of desirability, if possible,
6161
//| such as highest speed and not shared use first. For instance, on the nRF52840,
6262
//| there is a single 32MHz SPI peripheral, and multiple 8MHz peripherals,
6363
//| some of which may also be used for I2C. The 32MHz SPI peripheral is returned

0 commit comments

Comments
 (0)