Skip to content

Commit 7805935

Browse files
committed
rewording
1 parent 8f5d3ee commit 7805935

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

adafruit_macropad.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -899,11 +899,9 @@ def display_text(
899899
Defaults to 80.
900900
:param int text_scale: Scale the size of the data lines. Scales the title as well.
901901
Defaults to 1.
902-
:param ~FontProtocol|None font: The font or the path to the custom font file to use to
903-
display the text. Defaults to the built-in ``terminalio.FONT``. The ``font``
904-
argument must be of a type that subclasses ``FontProtocol``. For more details,
905-
see:
906-
https://docs.circuitpython.org/en/latest/shared-bindings/fontio/index.html
902+
:param ~FontProtocol|None font: The custom font to use to display the text. Defaults to the
903+
built-in ``terminalio.FONT``. For more details, see:
904+
https://docs.circuitpython.org/en/latest/shared-bindings/fontio/index.html
907905
908906
The following example displays a title and lines of text indicating which key is pressed,
909907
the relative position of the rotary encoder, and whether the encoder switch is pressed.

0 commit comments

Comments
 (0)