Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 7ed6158

Browse files
committed
new sphinx fix3; helps touse the proper syntax...
1 parent a9f921a commit 7ed6158

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

adafruit_thermal_printer/thermal_printer_legacy.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,10 @@ def has_paper(self):
131131
"""Return a boolean indicating if the printer has paper. You MUST have
132132
the serial RX line hooked up for this to work.
133133
134-
.. note:: be VERY CAREFUL to ensure your board can handle a 5V serial
135-
input before hooking up the RX line!
134+
.. note::
135+
136+
be VERY CAREFUL to ensure your board can handle a 5V serial
137+
input before hooking up the RX line!
136138
137139
"""
138140
# The paper check command is different for older firmware:

0 commit comments

Comments
 (0)