diff options
Diffstat (limited to 'docs/library/machine.SPI.rst')
-rw-r--r-- | docs/library/machine.SPI.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/machine.SPI.rst b/docs/library/machine.SPI.rst index f3c95181dc..73b3a3996d 100644 --- a/docs/library/machine.SPI.rst +++ b/docs/library/machine.SPI.rst @@ -45,7 +45,7 @@ Methods respectively. - ``bits`` is the width of each transfer, accepted values are 8, 16 and 32. - ``firstbit`` can be ``SPI.MSB`` only. - - ``pins`` is an optional tupple with the pins to assign to the SPI bus. + - ``pins`` is an optional tuple with the pins to assign to the SPI bus. .. method:: SPI.deinit() |