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

pull/1131/head
Paul Sokolovsky 2015-02-22 13:35:21 +02:00
rodzic 77fc276c08
commit 3527085587
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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