From d0dfa605a9e9a6e3c54cb13ad43b70d7c4637010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=95=E4=BD=B3=E5=80=A9?= <775761529@qq.com> Date: Sat, 11 Jun 2022 09:56:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'app/wordfreqCMD.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/wordfreqCMD.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wordfreqCMD.py b/app/wordfreqCMD.py index b890805..6ea6776 100644 --- a/app/wordfreqCMD.py +++ b/app/wordfreqCMD.py @@ -129,7 +129,7 @@ def make_html_page(lst, fname): f.write(result) f.close() -def getHyperlinkHTML(word): +def get_html_hyperlink(word): s = '' + word + '' return s