Changed capitalisation

This commit is contained in:
Andrew Murray 2018-11-11 15:50:34 +11:00
parent 5288cf63c9
commit e3220c0f4d

View File

@ -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