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.CAN.rst | |
| parent | 1ca66efbf7be4f57ab31df5ecb81d27da4aefd0d (diff) | |
all: Replace busses with buses.
"buses" is the widely accepted plural form of "bus".
Diffstat (limited to 'docs/library/pyb.CAN.rst')
| -rw-r--r-- | docs/library/pyb.CAN.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.CAN.rst b/docs/library/pyb.CAN.rst index 649bcda10..bcaeeba9d 100644 --- a/docs/library/pyb.CAN.rst +++ b/docs/library/pyb.CAN.rst @@ -30,7 +30,7 @@ Constructors the bus, if any). If extra arguments are given, the bus is initialised. See :meth:`CAN.init` for parameters of initialisation. - The physical pins of the CAN busses are: + The physical pins of the CAN buses are: - ``CAN(1)`` is on ``YA``: ``(RX, TX) = (Y3, Y4) = (PB8, PB9)`` - ``CAN(2)`` is on ``YB``: ``(RX, TX) = (Y5, Y6) = (PB12, PB13)`` |
