docs: Update pyb.UART.any() to mention that it returns character count.

This commit is contained in:
Peter Hinch 2016-03-17 13:17:14 +00:00 committed by Damien George
parent 6d5a549067
commit 2b302dad51

View File

@ -103,7 +103,7 @@ Methods
.. method:: uart.any()
Return ``True`` if any characters waiting, else ``False``.
Returns the number of characters waiting (may be 0).
.. method:: uart.writechar(char)