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

Commit 6f89966

Browse files
committed
new sphinx fix; docstring formatting
1 parent cffd7dd commit 6f89966

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_thermal_printer/thermal_printer_legacy.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ 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
135-
to ensure your board can handle a 5V serial input before hooking up
136-
the RX line!
134+
.. note:: be VERY CAREFUL to ensure your board can handle a 5V serial
135+
input before hooking up the RX line!
136+
137137
"""
138138
# The paper check command is different for older firmware:
139139
self.send_command('\x1Br\x00') # ESC + 'r' + 0

0 commit comments

Comments
 (0)