Skip to content

Commit 3527085

Browse files
committed
pyb.UART.rst: Clean up note about stream protocol support.
1 parent 77fc276 commit 3527085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/pyb.UART.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To check if there is anything to be read, use::
3838

3939
uart.any() # returns True if any characters waiting
4040

41-
*Note:* The stream functions ``read``, ``write`` etc Are new in Micro Python since v1.3.4.
41+
*Note:* The stream functions ``read``, ``write``, etc. are new in Micro Python v1.3.4.
4242
Earlier versions use ``uart.send`` and ``uart.recv``.
4343

4444
Constructors

0 commit comments

Comments
 (0)