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

support-3.5
Peter Hinch 2016-03-17 13:17:14 +00:00 committed by Damien George
parent 6d5a549067
commit 2b302dad51
1 changed files with 1 additions and 1 deletions

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)