summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2020-08-12 08:22:13 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2020-08-12 08:22:13 +0800
commita4ef031acc2c38432a2ed83d5ff89e3f35057a54 (patch)
treeb033c519aff93b7c2c3fc22e0d50cdb909722eef /app
parente7fdeb6d2f21772277e07c4c0031235c56cf0276 (diff)
main.py: update comments in difficulty.py.
Diffstat (limited to 'app')
-rw-r--r--app/difficulty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/difficulty.py b/app/difficulty.py
index dbf6cf0..090edf3 100644
--- a/app/difficulty.py
+++ b/app/difficulty.py
@@ -3,7 +3,7 @@
# Written permission must be obtained from the author for commercial uses.
###########################################################################
-# Purpose: dictionary & pickle as a simple means of database.
+# Purpose: use dictionary & pickle as a simple means of database.
# Task: incorporate the functions into wordfreqCMD.py such that it will also show cumulative frequency.
import pickle