mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
fix typo
This commit is contained in:
@@ -728,6 +728,7 @@ class Escpos(object):
|
|||||||
|
|
||||||
You should connect a line display to your printer. You can do this by daisy-chaining
|
You should connect a line display to your printer. You can do this by daisy-chaining
|
||||||
the display between your computer and printer.
|
the display between your computer and printer.
|
||||||
|
|
||||||
:param text: Text to display
|
:param text: Text to display
|
||||||
"""
|
"""
|
||||||
self.linedisplay_select(select_display=True)
|
self.linedisplay_select(select_display=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user