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.UART.rst | |
parent | 1ca66efbf7be4f57ab31df5ecb81d27da4aefd0d (diff) | |
download | micropython-47b778332a0e89740775db544e7c22065df528c2.tar.gz micropython-47b778332a0e89740775db544e7c22065df528c2.zip |
all: Replace busses with buses.
"buses" is the widely accepted plural form of "bus".
Diffstat (limited to 'docs/library/pyb.UART.rst')
-rw-r--r-- | docs/library/pyb.UART.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.UART.rst b/docs/library/pyb.UART.rst index a1d6e59002..e1735403c4 100644 --- a/docs/library/pyb.UART.rst +++ b/docs/library/pyb.UART.rst @@ -57,7 +57,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 UART busses on Pyboard are: + The physical pins of the UART buses on Pyboard are: - ``UART(4)`` is on ``XA``: ``(TX, RX) = (X1, X2) = (PA0, PA1)`` - ``UART(1)`` is on ``XB``: ``(TX, RX) = (X9, X10) = (PB6, PB7)`` |