summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>2021-07-09 10:27:25 +0530
committerGitHub <noreply@github.com>2021-07-08 21:57:25 -0700
commit7b21108445969398f6d1db9234fc0fe727565d2e (patch)
tree92e6c19b54e609ed4e33a352d5fd77a429f6a03e
parentda6414f0acf5ec9ea3b07e4b3907bc49c2a61e2f (diff)
downloadcpython-git-7b21108445969398f6d1db9234fc0fe727565d2e.tar.gz
Remove irrelevant comment which was added in 2a70a3a (GH-27044)
-rw-r--r--Modules/unicodedata.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index 26ac68bdca..b4563f331d 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).