diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-07-02 15:11:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 15:11:40 -0700 |
| commit | 70fdde4aaaa6c1c8fd54c0463d405dfbf8794b10 (patch) | |
| tree | 49e97b58ad960eb03be701480be4ea37e85d784e | |
| parent | c33542f978cc61f0466ff60ea769e3067baca95f (diff) | |
Remove trailing space
| -rw-r--r-- | shared-bindings/busio/UART.c | 2 |
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""" |
