summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared-bindings/busio/UART.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/busio/UART.c b/shared-bindings/busio/UART.c
index 25cf5f480..a9619a8e0 100644
--- a/shared-bindings/busio/UART.c
+++ b/shared-bindings/busio/UART.c
@@ -202,7 +202,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(busio_uart___exit___obj, 4, 4, busio_
//| def readline(self, ) -> Any:
//| """Read a line, ending in a newline character, or
//| return None if a timeout occurs sooner, or
-//| return everything readable if no newline is found and timeout=0
+//| return everything readable if no newline is found and timeout=0
//|
//| :return: the line read
//| :rtype: bytes or None"""