diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-12 08:22:13 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-12 08:22:13 +0800 |
commit | a4ef031acc2c38432a2ed83d5ff89e3f35057a54 (patch) | |
tree | b033c519aff93b7c2c3fc22e0d50cdb909722eef | |
parent | e7fdeb6d2f21772277e07c4c0031235c56cf0276 (diff) |
main.py: update comments in difficulty.py.
-rw-r--r-- | app/difficulty.py | 2 |
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 |