From e12d5042ad093be22c2df7fbce12c91d023e7a75 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 1 Apr 2021 22:20:55 +1100 Subject: [PATCH] Adjusted docstring --- src/PIL/JpegImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """