fix layout in File-printer-section

This commit is contained in:
Patrick Kanzler 2017-10-08 20:34:50 +02:00
parent 44f01a212b
commit 6b0b1371e5
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class File(Escpos):
def __init__(self, devfile="/dev/usb/lp0", auto_flush=True, *args, **kwargs):
"""
:param devfile : Device file under dev filesystem
:param devfile: Device file under dev filesystem
:param auto_flush: automatically call flush after every call of _raw()
"""
Escpos.__init__(self, *args, **kwargs)