Skip to content

Commit 30c363d

Browse files
committed
doc markup fix
1 parent a0cfcee commit 30c363d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/paralleldisplay/ParallelBus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//| code is done.) So, the first time you initialize a display bus in code.py you should call
5252
//| :py:func:`displayio.release_displays` first, otherwise it will error after the first code.py run.
5353
//|
54-
//| :param microcontroller.Pin data_pins: A list of data pins. Specify exactly one of `data_pins` or `data0`.
54+
//| :param microcontroller.Pin data_pins: A list of data pins. Specify exactly one of ``data_pins`` or ``data0``.
5555
//| :param microcontroller.Pin data0: The first data pin. The rest are implied
5656
//| :param microcontroller.Pin command: Data or command pin
5757
//| :param microcontroller.Pin chip_select: Chip select pin

0 commit comments

Comments
 (0)