Update src/PIL/Image.py

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Uriel Martinez 2021-01-02 21:57:24 -06:00 committed by GitHub
parent 0084234aa9
commit 7f5dbb7c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: