From 7bdf07287a92339d2c474babf7037e08d5d4be8e Mon Sep 17 00:00:00 2001 From: Daniel Spindelbauer Date: Mon, 6 Aug 2018 08:22:18 +0000 Subject: [PATCH] GitBook: [master] one page modified --- 5.-firmware-and-api-reference/pycom/machine/spi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.-firmware-and-api-reference/pycom/machine/spi.md b/5.-firmware-and-api-reference/pycom/machine/spi.md index de6811c..09a478f 100644 --- a/5.-firmware-and-api-reference/pycom/machine/spi.md +++ b/5.-firmware-and-api-reference/pycom/machine/spi.md @@ -69,7 +69,7 @@ Write the data contained in `buf`. Returns the number of bytes written. ### spi.read\(nbytes, \* , write=0x00\) -Read the `nbytes` while writing the data specified by `write`. Return the number of bytes read. +Read the `nbytes` while writing the data specified by `write`. Returns the bytes read. ### spi.readinto\(buf, \* , write=0x00\)