mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
Changed capitalisation
This commit is contained in:
parent
5288cf63c9
commit
e3220c0f4d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user