aboutsummaryrefslogtreecommitdiff
path: root/docs/library/machine.SPI.rst
diff options
context:
space:
mode:
authorMike Causer2016-08-01 09:52:00 +1000
committerPaul Sokolovsky2016-08-02 11:17:46 +0300
commitce166e6b68b7fafb73a99fd64081f8a4155fe22a (patch)
tree20b063465b430968482cea18c41f949fbd2ec845 /docs/library/machine.SPI.rst
parent3eb532e97463b7f9b9ffe6f617a035284ef3e37b (diff)
docs: Spelling mistakes
Diffstat (limited to 'docs/library/machine.SPI.rst')
-rw-r--r--docs/library/machine.SPI.rst2
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()