Skip to content

Commit aa74f21

Browse files
authored
Add note about REPL in terminalio
1 parent 9c0dbba commit aa74f21

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

shared-bindings/terminalio/__init__.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@
3838
//| """Displays text in a TileGrid
3939
//|
4040
//| The `terminalio` module contains classes to display a character stream on a display. The built
41-
//| in font is available as ``terminalio.FONT``."""
41+
//| in font is available as ``terminalio.FONT``.
42+
//|
43+
//| .. note:: This module does not give access to the
44+
//| `REPL <https://learn.adafruit.com/welcome-to-circuitpython/interacting-with-the-serial-console>`_.
45+
//|
46+
//| """
4247
//|
4348
//| FONT: fontio.BuiltinFont
4449
//| """The built in font"""

0 commit comments

Comments
 (0)