From a4ef031acc2c38432a2ed83d5ff89e3f35057a54 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Wed, 12 Aug 2020 08:22:13 +0800 Subject: main.py: update comments in difficulty.py. --- app/difficulty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 -- cgit v1.2.1