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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]