diff --git a/src/PIL/Image.py b/src/PIL/Image.py index be94f0787..4a8e37026 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -564,7 +564,7 @@ class Image(object): new.info = self.info.copy() return new - # Context Manager Support + # Context manager support def __enter__(self): return self