From 3527085587c8f361cc286d926a4a7b3f23fe9102 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 22 Feb 2015 13:35:21 +0200 Subject: [PATCH] pyb.UART.rst: Clean up note about stream protocol support. --- docs/library/pyb.UART.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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