diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-02-22 13:35:21 +0200 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-02-22 13:36:35 +0200 |
| commit | 3527085587c8f361cc286d926a4a7b3f23fe9102 (patch) | |
| tree | 42722e47206417f56a538b3a14f031952362317c /docs/library/pyb.UART.rst | |
| parent | 77fc276c08b59d67779b726668d0b377c8ef47f0 (diff) | |
pyb.UART.rst: Clean up note about stream protocol support.
Diffstat (limited to 'docs/library/pyb.UART.rst')
| -rw-r--r-- | docs/library/pyb.UART.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.UART.rst b/docs/library/pyb.UART.rst index 509ca4080..5e0f15df0 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 |
