summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.UART.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/pyb.UART.rst')
-rw-r--r--docs/library/pyb.UART.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.UART.rst b/docs/library/pyb.UART.rst
index 5e0f15df07..75d1fbe9b4 100644
--- a/docs/library/pyb.UART.rst
+++ b/docs/library/pyb.UART.rst
@@ -38,7 +38,7 @@ To check if there is anything to be read, use::
uart.any() # returns True if any characters waiting
-*Note:* The stream functions ``read``, ``write``, etc. are new in Micro Python v1.3.4.
+*Note:* The stream functions ``read``, ``write``, etc. are new in MicroPython v1.3.4.
Earlier versions use ``uart.send`` and ``uart.recv``.
Constructors