Don't break the function signature

This commit is contained in:
Scott Shawcroft 2020-03-26 14:11:20 -07:00
parent 6b7acc65b6
commit a870908718
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E

View File

@ -46,8 +46,7 @@
//| Manage updating a display over SPI four wire protocol in the background while Python code runs.
//| It doesn't handle display initialization.
//|
//| .. class:: FourWire(spi_bus, *, command, chip_select, reset=None, baudrate=24000000, polarity=0,
//| phase=0)
//| .. class:: FourWire(spi_bus, *, command, chip_select, reset=None, baudrate=24000000, polarity=0, phase=0)
//|
//| Create a FourWire object associated with the given pins.
//|