From 7b21108445969398f6d1db9234fc0fe727565d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Srinivas=20Reddy=20Thatiparthy=20=28=E0=B0=B6=E0=B1=8D?= =?UTF-8?q?=E0=B0=B0=E0=B1=80=E0=B0=A8=E0=B0=BF=E0=B0=B5=E0=B0=BE=E0=B0=B8?= =?UTF-8?q?=E0=B1=8D=20=20=E0=B0=B0=E0=B1=86=E0=B0=A1=E0=B1=8D=E0=B0=A1?= =?UTF-8?q?=E0=B0=BF=20=E0=B0=A4=E0=B0=BE=E0=B0=9F=E0=B0=BF=E0=B0=AA?= =?UTF-8?q?=E0=B0=B0=E0=B1=8D=E0=B0=A4=E0=B0=BF=29?= Date: Fri, 9 Jul 2021 10:27:25 +0530 Subject: Remove irrelevant comment which was added in 2a70a3a (GH-27044) --- Modules/unicodedata.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 26ac68b..b4563f3 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -2,7 +2,6 @@ unicodedata -- Provides access to the Unicode database. - Data was extracted from the UnicodeData.txt file. The current version number is reported in the unidata_version constant. Written by Marc-Andre Lemburg (mal@lemburg.com). -- cgit v0.12