aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDamien George2017-04-18 15:40:04 +1000
committerDamien George2017-04-18 15:40:04 +1000
commit29b26f392283edbdd18808d450ab7dd649dbc200 (patch)
tree4f034817cbdfa2b96b674b79e315e06bdc23e277 /docs
parent850f79e552a170912cfd88f5001a9ac343a22f5d (diff)
docs/library/machine.SPI: Fix formatting of bullet list to stop warning.
Diffstat (limited to 'docs')
-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 fbb44d038..080f6fdfb 100644
--- a/docs/library/machine.SPI.rst
+++ b/docs/library/machine.SPI.rst
@@ -45,7 +45,7 @@ Methods
a hardware SPI block. Arbitrary pin assignments are possible only for a bitbanging SPI driver
(``id`` = -1).
- ``pins`` - WiPy port doesn't ``sck``, ``mosi``, ``miso`` arguments, and instead allows to
- specify them as a tuple of ``pins`` parameter.
+ specify them as a tuple of ``pins`` parameter.
.. method:: SPI.deinit()