Fixed typo

This commit is contained in:
Manuel F Martinez 2012-11-15 09:20:16 -08:00
parent 085e45057b
commit 670716eb5d
1 changed files with 1 additions and 1 deletions

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)