summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>2021-07-09 04:57:25 (GMT)
committerGitHub <noreply@github.com>2021-07-09 04:57:25 (GMT)
commit7b21108445969398f6d1db9234fc0fe727565d2e (patch)
tree92e6c19b54e609ed4e33a352d5fd77a429f6a03e /Modules
parentda6414f0acf5ec9ea3b07e4b3907bc49c2a61e2f (diff)
downloadcpython-7b21108445969398f6d1db9234fc0fe727565d2e.zip
cpython-7b21108445969398f6d1db9234fc0fe727565d2e.tar.gz
cpython-7b21108445969398f6d1db9234fc0fe727565d2e.tar.bz2
Remove irrelevant comment which was added in 2a70a3a (GH-27044)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/unicodedata.c1
1 files changed, 0 insertions, 1 deletions
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).