We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fc276 commit 3527085Copy full SHA for 3527085
1 file changed
docs/library/pyb.UART.rst
@@ -38,7 +38,7 @@ To check if there is anything to be read, use::
38
39
uart.any() # returns True if any characters waiting
40
41
-*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.
42
Earlier versions use ``uart.send`` and ``uart.recv``.
43
44
Constructors
0 commit comments