mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-11 07:44:46 +03:00
split long comment across two lines
and use double quotes instead of single quotes
This commit is contained in:
parent
919dbbe1f1
commit
b879ada2a2
|
@ -492,7 +492,10 @@ class Image:
|
||||||
self._exif = None
|
self._exif = None
|
||||||
|
|
||||||
def _use_im_values(self):
|
def _use_im_values(self):
|
||||||
''' Whether or not to try using values from self.im in addition to the values in this class. '''
|
"""
|
||||||
|
Whether or not to try using values from self.im
|
||||||
|
in addition to the values in this class.
|
||||||
|
"""
|
||||||
return self.im is not None
|
return self.im is not None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in New Issue
Block a user