diff --git a/src/PIL/JpegImagePlugin.py b/src/PIL/JpegImagePlugin.py index 09141f5b3..48e0de535 100644 --- a/src/PIL/JpegImagePlugin.py +++ b/src/PIL/JpegImagePlugin.py @@ -478,7 +478,7 @@ class JpegImageFile(ImageFile.ImageFile): def getxmp(self): """ - Returns a dictionary containing the xmp tags for a given image. + Returns a dictionary containing the XMP tags. :returns: XMP tags in a dictionary. """