mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-31 20:36:34 +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):
|
def getxmp(self):
|
||||||
"""
|
"""
|
||||||
Returns an object containing the xmp tags for a given image.
|
Returns a dictionary containing the xmp tags for a given image.
|
||||||
:returns: XMP tags in an object.
|
:returns: XMP tags in a dictionary.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if self._xmp is None:
|
if self._xmp is None:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user