hyphenate "backwards-compatibility"

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Yay295 2023-02-07 13:49:00 -06:00 committed by GitHub
parent 62ab8bf80c
commit 99b153c9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ def Ghostscript(tile, size, fp, scale=1, transparency=False):
class PSFile: class PSFile:
""" """
Wrapper for bytesio object that treats either CR or LF as end of line. Wrapper for bytesio object that treats either CR or LF as end of line.
This class is no longer used internally, but kept for backwards-compatibility. This class is no longer used internally, but kept for backwards compatibility.
""" """
def __init__(self, fp): def __init__(self, fp):