diff options
| author | Mike Causer <mcauser@gmail.com> | 2021-05-20 16:21:47 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-05-20 23:22:03 +1000 |
| commit | 47b778332a0e89740775db544e7c22065df528c2 (patch) | |
| tree | 87011c6b3e30d915f66d6eefcea599196dca8bd6 /docs/library/pyb.SPI.rst | |
| parent | 1ca66efbf7be4f57ab31df5ecb81d27da4aefd0d (diff) | |
all: Replace busses with buses.
"buses" is the widely accepted plural form of "bus".
Diffstat (limited to 'docs/library/pyb.SPI.rst')
| -rw-r--r-- | docs/library/pyb.SPI.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.SPI.rst b/docs/library/pyb.SPI.rst index 24e2ec5a7..c76b16789 100644 --- a/docs/library/pyb.SPI.rst +++ b/docs/library/pyb.SPI.rst @@ -36,7 +36,7 @@ Constructors the bus, if any). If extra arguments are given, the bus is initialised. See ``init`` for parameters of initialisation. - The physical pins of the SPI busses are: + The physical pins of the SPI buses are: - ``SPI(1)`` is on the X position: ``(NSS, SCK, MISO, MOSI) = (X5, X6, X7, X8) = (PA4, PA5, PA6, PA7)`` - ``SPI(2)`` is on the Y position: ``(NSS, SCK, MISO, MOSI) = (Y5, Y6, Y7, Y8) = (PB12, PB13, PB14, PB15)`` |
