From a01972217770ecb32c4a559651fc5ae61a8efcdd Mon Sep 17 00:00:00 2001 From: Manuel F Martinez Date: Fri, 26 Feb 2010 12:06:48 -0800 Subject: [PATCH] fixed typo in escpos --- escpos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/escpos.py b/escpos.py index 4dbd87d..efbaba0 100644 --- a/escpos.py +++ b/escpos.py @@ -160,7 +160,7 @@ class Escpos: # Font if font.upper() == "B": self._raw(BARCODE_FONT_B) - else: # DEFAULT FONT: UPC A + else: # DEFAULT FONT: A self._raw(BARCODE_FONT_A) # Position if pos.upper() == "OFF":