Skip to content

Commit 7f5dbb7

Browse files
UrielMaDradarhere
andauthored
Update src/PIL/Image.py
Co-authored-by: Andrew Murray <[email protected]>
1 parent 0084234 commit 7f5dbb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PIL/Image.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1321,8 +1321,8 @@ def getexif(self):
13211321

13221322
def getxmp(self):
13231323
"""
1324-
Returns an object containing the xmp tags for a given image.
1325-
:returns: XMP tags in an object.
1324+
Returns a dictionary containing the xmp tags for a given image.
1325+
:returns: XMP tags in a dictionary.
13261326
"""
13271327

13281328
if self._xmp is None:

0 commit comments

Comments
 (0)