pyb.UART.rst: Clean up note about stream protocol support.

This commit is contained in:
Paul Sokolovsky 2015-02-22 13:35:21 +02:00
parent 77fc276c08
commit 3527085587

View File

@ -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