From c108e00dcfad3bda4887a3b9eedd5f550aa5bff4 Mon Sep 17 00:00:00 2001 From: arofarn Date: Sun, 27 Jun 2021 20:53:11 +0200 Subject: [PATCH] docstring format --- trellism4_extended.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/trellism4_extended.py b/trellism4_extended.py index efd02a5..017c3c1 100644 --- a/trellism4_extended.py +++ b/trellism4_extended.py @@ -165,10 +165,12 @@ class NeoTrellisM4: """ Driver for the Adafruit NeoTrellis. - :param left_part: if None (or ommitted) the class create a - neotrellis.multitrellis-compatible object for the left half of the - TrellisM4 board. Else le right part is created and the arguement - should be the left part object. + :param left_part: None (default) or left part object + + .. note:: if None (or ommitted) the class create a + neotrellis.multitrellis-compatible object for the left half of the + TrellisM4 board. Else the right part is created and the arguement should + be the left part object. Example: