Skip to content

Commit b879ada

Browse files
committed
split long comment across two lines
and use double quotes instead of single quotes
1 parent 919dbbe commit b879ada

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/PIL/Image.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,10 @@ def __init__(self):
492492
self._exif = None
493493

494494
def _use_im_values(self):
495-
''' Whether or not to try using values from self.im in addition to the values in this class. '''
495+
"""
496+
Whether or not to try using values from self.im
497+
in addition to the values in this class.
498+
"""
496499
return self.im is not None
497500

498501
@property

0 commit comments

Comments
 (0)