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
commit 2bc61d9bf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: