1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00
This commit is contained in:
vendryan
2022-05-13 08:52:27 +07:00
committed by GitHub
parent 5e80764ff5
commit 7f9878282d

View File

@@ -183,7 +183,7 @@ class Encoder(object):
def split_writable_text(encoder, text, encoding):
"""Splits off as many characters from the begnning of text as
"""Splits off as many characters from the beginning of text as
are writable with "encoding". Returns a 2-tuple (writable, rest).
"""
if not encoding: