mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-29 03:16:18 +03:00
Update src/PIL/Image.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
0084234aa9
commit
7f5dbb7c9b
|
@ -1321,8 +1321,8 @@ class Image:
|
|||
|
||||
def getxmp(self):
|
||||
"""
|
||||
Returns an object containing the xmp tags for a given image.
|
||||
:returns: XMP tags in an object.
|
||||
Returns a dictionary containing the xmp tags for a given image.
|
||||
:returns: XMP tags in a dictionary.
|
||||
"""
|
||||
|
||||
if self._xmp is None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user