fix typo (#279)
This commit is contained in:
parent
26d72a69f0
commit
100c6b5e89
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue