mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-09 23:04:45 +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
|
||||
|
||||
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
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue
Block a user