diff mbox series

[3/4] python3-imagesize: Avoid non-ASCII in SUMMARY

Message ID 20250317140004.1808848-3-niko.mauno@vaisala.com
State New
Headers show
Series [1/4] at-spi2-core: Avoid non-ASCII characters in FILES | expand

Commit Message

Niko Mauno March 17, 2025, 2 p.m. UTC
Replace the UTF8 character for right single quotation mark with
ASCII single quotation mark in SUMMARY variable.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
---
 meta/recipes-devtools/python/python3-imagesize_1.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb b/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb
index 4edac0a533..7d37e2be24 100644
--- a/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb
+++ b/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb
@@ -1,4 +1,4 @@ 
-SUMMARY = "Parses image files’ header and return image size."
+SUMMARY = "Parses image files' header and return image size."
 HOMEPAGE = "https://github.com/shibukawa/imagesize_py"
 SECTION = "devel/python"
 LICENSE = "MIT"