Skip to content

Commit c33d86f

Browse files
authored
Merge pull request #4296 from ajs256/patch-1
Fix formatting in SPI docs
2 parents 21a8752 + f722df7 commit c33d86f

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)