1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Merge pull request #482 from vendryan/fix-typo

Fix typo
This commit is contained in:
Patrick Kanzler
2023-02-05 22:43:28 +01:00
committed by GitHub

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: