1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

Update src/escpos/codepages.py

This commit is contained in:
Patrick Kanzler
2023-08-15 00:59:42 +02:00
committed by GitHub
parent e0320f8f68
commit 5231632cb4

View File

@@ -25,7 +25,7 @@ class CodePageManager:
return encoding.upper()
def get_encoding(self, encoding):
"""Return the endocing data."""
"""Return the encoding data."""
return self.data[encoding]