From 7f5dbb7c9b30429ca20e65416b6dee41e5762ee1 Mon Sep 17 00:00:00 2001 From: Uriel Martinez <57372467+UrielMaD@users.noreply.github.com> Date: Sat, 2 Jan 2021 21:57:24 -0600 Subject: [PATCH] Update src/PIL/Image.py Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- src/PIL/Image.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index df78fb809..b0629f4b6 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -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: