Skip to content

Commit 70fdde4

Browse files
authored
Remove trailing space
1 parent c33542f commit 70fdde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/busio/UART.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(busio_uart___exit___obj, 4, 4, busio_
202202
//| def readline(self, ) -> Any:
203203
//| """Read a line, ending in a newline character, or
204204
//| return None if a timeout occurs sooner, or
205-
//| return everything readable if no newline is found and timeout=0
205+
//| return everything readable if no newline is found and timeout=0
206206
//|
207207
//| :return: the line read
208208
//| :rtype: bytes or None"""

0 commit comments

Comments
 (0)