diff --git a/src/PIL/EpsImagePlugin.py b/src/PIL/EpsImagePlugin.py index 48d32498f2b..9da6e946bee 100644 --- a/src/PIL/EpsImagePlugin.py +++ b/src/PIL/EpsImagePlugin.py @@ -170,7 +170,8 @@ def __init__(self, fp): deprecate( "PSFile", 11, - action="If you need the functionality of this class you will need to implement it yourself.", + action="If you need the functionality of this class " + "you will need to implement it yourself.", ) self.fp = fp self.char = None