1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

Fixed typo

This commit is contained in:
Manuel F Martinez 2012-11-15 09:20:16 -08:00
parent 085e45057b
commit 670716eb5d

View File

@ -252,4 +252,4 @@ class Escpos:
elif ctl.upper() == "HT":
self._raw(CTL_HT)
elif ctl.upper() == "VT":
delf._raw(CTL_VT)
self._raw(CTL_VT)