1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

DOC change type of msg for _raw to bytes

This commit is contained in:
Patrick Kanzler
2016-03-03 03:37:43 +01:00
parent 18518fa901
commit 7005ba5899
2 changed files with 5 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ class Escpos(object):
This function has to be individually implemented by the implementations.
:param msg: message string to be sent to the printer
:type msg: bytes
"""
pass