summaryrefslogtreecommitdiff
path: root/docs/library/machine.UART.rst
diff options
context:
space:
mode:
authorRonald Weber <ronaldxweber@gmail.com>2025-02-24 17:34:29 +0100
committerDamien George <damien@micropython.org>2025-02-25 17:07:16 +1100
commit3f0dd13d931c88a759a779853dfeaee566f0e79a (patch)
treea979b72a2db0d296e3ab14fe13f555b53a044a3b /docs/library/machine.UART.rst
parent5e206fdeb5225ce24efb9411cc879bafaa04b86f (diff)
docs: Fix double 'the' in documentation.
Signed-off-by: Ronald Weber <ronaldxweber@gmail.com>
Diffstat (limited to 'docs/library/machine.UART.rst')
-rw-r--r--docs/library/machine.UART.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/machine.UART.rst b/docs/library/machine.UART.rst
index 4dcb4a1e7..5be79cccc 100644
--- a/docs/library/machine.UART.rst
+++ b/docs/library/machine.UART.rst
@@ -83,7 +83,7 @@ Methods
- *pins* is a 4 or 2 item list indicating the TX, RX, RTS and CTS pins (in that order).
Any of the pins can be None if one wants the UART to operate with limited functionality.
- If the RTS pin is given the the RX pin must be given as well. The same applies to CTS.
+ If the RTS pin is given the RX pin must be given as well. The same applies to CTS.
When no pins are given, then the default set of TX and RX pins is taken, and hardware
flow control will be disabled. If *pins* is ``None``, no pin assignment will be made.