git: c3e720f009a0 - main - devel/py-colored-traceback: remove a non-ascii character

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Thu, 08 Sep 2022 08:22:04 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c3e720f009a03a86247b03513ba70828e14e29d6

commit c3e720f009a03a86247b03513ba70828e14e29d6
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-09-08 08:21:47 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-09-08 08:21:47 +0000

    devel/py-colored-traceback: remove a non-ascii character
---
 devel/py-colored-traceback/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-colored-traceback/Makefile b/devel/py-colored-traceback/Makefile
index e00ee3c8b6db..b8f7788780df 100644
--- a/devel/py-colored-traceback/Makefile
+++ b/devel/py-colored-traceback/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ehaupt@FreeBSD.org
-COMMENT=	Automatically color Python’s uncaught exception tracebacks
+COMMENT=	Automatically color Python's uncaught exception tracebacks
 WWW=		https://pypi.org/project/colored-traceback/
 
 LICENSE=	ISCL