diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 94c420bb0..e3d252238 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -1318,7 +1318,7 @@ class Image: return self._exif -def getxmp(self): + def getxmp(self): """ Returns an object containing the xmp tags for a given image. :returns: XMP tags in an object.