docs/library/machine.SPI: Fix formatting of bullet list to stop warning.

This commit is contained in:
Damien George 2017-04-18 15:40:04 +10:00
parent 850f79e552
commit 29b26f3922
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Methods
a hardware SPI block. Arbitrary pin assignments are possible only for a bitbanging SPI driver a hardware SPI block. Arbitrary pin assignments are possible only for a bitbanging SPI driver
(``id`` = -1). (``id`` = -1).
- ``pins`` - WiPy port doesn't ``sck``, ``mosi``, ``miso`` arguments, and instead allows to - ``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() .. method:: SPI.deinit()