diff --git a/docs/library/pyb.UART.rst b/docs/library/pyb.UART.rst index 509ca40803..5e0f15df07 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 since v1.3.4. +*Note:* The stream functions ``read``, ``write``, etc. are new in Micro Python v1.3.4. Earlier versions use ``uart.send`` and ``uart.recv``. Constructors