summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-07-02 15:11:40 -0700
committerGitHub <noreply@github.com>2020-07-02 15:11:40 -0700
commit70fdde4aaaa6c1c8fd54c0463d405dfbf8794b10 (patch)
tree49e97b58ad960eb03be701480be4ea37e85d784e
parentc33542f978cc61f0466ff60ea769e3067baca95f (diff)
Remove trailing space
-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"""