diff options
| author | Mike Causer | 2016-08-01 09:52:00 +1000 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-08-02 11:17:46 +0300 |
| commit | ce166e6b68b7fafb73a99fd64081f8a4155fe22a (patch) | |
| tree | 20b063465b430968482cea18c41f949fbd2ec845 /docs/library/machine.SPI.rst | |
| parent | 3eb532e97463b7f9b9ffe6f617a035284ef3e37b (diff) | |
docs: Spelling mistakes
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 f3c95181d..73b3a3996 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() |
