mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
hyphenate "backwards-compatibility"
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
62ab8bf80c
commit
99b153c9ca
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user